Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author henri

    (@riri23)

    Use the color features in you wordpress admin. For the color of nav bar open style.css and change the background in this line :

    #access{background:#f1f2f4;display:block;float:left;width:980px;margin:0 auto;text-transform: uppercase;}

    Henri!

    You seem like the guy to go to for Codium questions.
    You helped this gentleman change his navigation color,
    but you never responded to how you change color of the pages
    (where the content goes)?

    Can you help a guy out?

    Thanks.

    Theme Author henri

    (@riri23)

    More simple you must go to /wp-admin/themes.php?page=custom-background and choose a color for the background

    For the color of the content just change the background-color: to a color of your choice :

    #wrapper{margin: 0 auto;background-color:#FFF; position:relative; width:980px; text-align:left;-moz-border-radius-bottomleft:6px;border-bottom-left-
    
    #container{margin:0 0 0 8px; padding:2em 1em 1em 1em;width:623px; background-color:#fff; float:left; display:inline; clear:both;}
    
    #content{background-color:#FFF; padding: 0 0 0 3px;overflow:hidden;}
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Codium Extend] page colour’ is closed to new replies.