Forums

Color Change Nav Bars (7 posts)

  1. manifestlifenow
    Member
    Posted 1 year ago #

    Greetings

    I am trying to change the header, category and side bar header colors from the muted green to the purple color I used for the wrap.

    I have searched this forum and cannot find the right fix, so I am asking for help. If this has been posted before please accept my apology.

    I am using the following:

    Word Press - 2.9.2
    Theme - Studio Press Lifestyle
    Website - htp://www.ellieblair.com

    Any help is greatly appreciated.

    Thanks

    Tom

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    the fix for all things formatting - colors, backgrounds, fonts, etc - is in style.css of your theme:
    (this involves learning the basics of css)

    this is for the header:

    #topnavbar {
    	background: #93BBBC url(images/topnav.png);
    	width: 960px;
    	height: 30px;
    	color: #FFFFFF;
    	margin: 0px;
    	padding: 0px;
    	}

    for sidebar:

    #sidebar h4 {
    	background: #86AFB0 url(images/headline.png);
    	color: #FFFFFF;
    	font-size: 11px;
    	font-family: Arial, Tahoma, Verdana;
    	font-weight: bold;
    	text-transform: uppercase;
    	margin: 0px 0px 10px 0px;
    	padding: 3px 0px 3px 7px;
    	}

    for categories:

    #content h3 {
    	background: #86AFB0 url(images/headline.png);
    	color: #FFFFFF;
    	font-size: 11px;
    	font-family: Arial, Tahoma, Verdana;
    	font-weight: bold;
    	text-transform: uppercase;
    	margin: 0px 0px 10px 0px;
    	padding: 3px 0px 3px 7px;
    	}

    these also have background images which you may need to edit.
    (in the /images folder of the theme)

  3. manifestlifenow
    Member
    Posted 1 year ago #

    Awesome and thanks a bunch. I can do it. I just didn't know exactly where in the css.

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    I just didn't know exactly where in the css.

    if you are planning to do more theme tweaking, get familiar with the free tools:

    web developer add-on for firefox
    or
    firebug

    both great tools for editing/debugging css and html

  5. manifestlifenow
    Member
    Posted 1 year ago #

    thanks alchymyth

  6. manifestlifenow
    Member
    Posted 1 year ago #

    hey alchymyth

    one last fix

    on http://www.ellieblair.com where the search box is in the header - i need to change the go button green to purple

    any help is greatly appreicated

    tom

  7. manifestlifenow
    Member
    Posted 1 year ago #

    i fixed it

Topic Closed

This topic has been closed to new replies.

About this Topic