Page 1 of 1
Change colour of box and line which appears to left and under page heading
Posted: Sun Sep 24, 2006 7:38 pm
by beeswax
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
Re: Change colour of box and line which appears to left and under page heading
Posted: Sun Sep 24, 2006 8:03 pm
by Dr.CSS
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;
}
Re: Change colour of box and line which appears to left and under page heading
Posted: Sun Sep 24, 2006 8:18 pm
by 123456789
Thanks! Was looking for this too.
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
Posted: Sun Sep 24, 2006 8:23 pm
by beeswax
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
Re: Change colour of box and line which appears to left and under page heading
Posted: Sun Sep 24, 2006 8:30 pm
by Dr.CSS
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
Posted: Sun Sep 24, 2006 9:05 pm
by 123456789
Ok, thanks a lot. it worked!
Thanks for your help