I can't find an answer to this in the forums. I want to change the colour of the small box and line which appears on each page. At present it's the colour of the palm tree logo above left. Could someone please tell me where it is in the templates/stylesheets?
Thanks
Change colour of box and line which appears to left and under page heading
Re: Change colour of box and line which appears to left and under page heading
Well with out much info, ver. #, link to page etc., I'd say it was this in the CSS, Layout: Left sidebar + 1 column...
div#content h2 {
color: #294B5F;
font-size: 1.5em;
text-align: left;
/* some air around the text */
padding-left: 0.5em;
padding-bottom: 1px;
/* set borders around header */
border-bottom: 1px solid #e7ab0b;
border-left: 1.1em solid #e7ab0b;
line-height: 1.5em;
/* and some air under the border */
margin: 0 0 0.5em 0;
}
div#content h2 {
color: #294B5F;
font-size: 1.5em;
text-align: left;
/* some air around the text */
padding-left: 0.5em;
padding-bottom: 1px;
/* set borders around header */
border-bottom: 1px solid #e7ab0b;
border-left: 1.1em solid #e7ab0b;
line-height: 1.5em;
/* and some air under the border */
margin: 0 0 0.5em 0;
}
Re: Change colour of box and line which appears to left and under page heading
Thanks! Was looking for this too.
Is there a way to remove this small box and line all together?
Is there a way to remove this small box and line all together?
Re: Change colour of box and line which appears to left and under page heading
I must apologize for being so dumb, but you've certainly sorted my problem - http://www.silviasjewellery.co.uk/index.php. As you can see, the small box and line now match the colour of the horizontal menu (which is a guide as to which page you're on, if you follow my meaning).
Thanks once again
Thanks once again
Re: Change colour of box and line which appears to left and under page heading
If you don't want it just delete those lines they are just borders...
Re: Change colour of box and line which appears to left and under page heading
Ok, thanks a lot. it worked!
Thanks for your help
Thanks for your help