Change colour of box and line which appears to left and under page heading

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
beeswax

Change colour of box and line which appears to left and under page heading

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Change colour of box and line which appears to left and under page heading

Post 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;
}
123456789

Re: Change colour of box and line which appears to left and under page heading

Post by 123456789 »

Thanks!  Was looking for this too.

Is there a way to remove this small box and line all together?
beeswax

Re: Change colour of box and line which appears to left and under page heading

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Change colour of box and line which appears to left and under page heading

Post by Dr.CSS »

If you don't want it just delete those lines they are just borders...
123456789

Re: Change colour of box and line which appears to left and under page heading

Post by 123456789 »

Ok, thanks a lot.  it worked!

Thanks for your help
Locked

Return to “Layout and Design (CSS & HTML)”