• Hi
    I like the 2010 Theme: Simple. Can easily be used as a ‘Web Site’
    Question 1 How do I change the black Menu Bar to a diiferent color
    Question 2 How do I change the Font to a different color
    Question 3 How do I change the block color surrounding the fonts.

    Thanks for your help

    Curley

Viewing 2 replies - 1 through 2 (of 2 total)
  • Question 1 How do I change the black Menu Bar to a diiferent color

    You need to open style.css look for this code

    #access {
    background:#000000 none repeat scroll 0 0;
    display:block;
    float:left;
    margin:0 auto;
    width:940px;

    Change #000000 to what ever color you want

    Question 2 How do I change the Font to a different color

    #access a {
    color:#AAAAAA;
    display:block;
    line-height:38px;
    padding:0 10px;
    text-decoration:none

    #AAAAAA to what ever color you want this will change font color

    Question 3 How do I change the block color surrounding the fonts.

    #access li:hover > a, #access ul ul :hover > a {
    background:#333333 none repeat scroll 0 0;
    color:#FFFFFF;

    Change #333333 for background

    #FFFFFF font color

    Thread Starter CurleyJones

    (@curleyjones)

    Hi Govpatel

    Thanks for your time and help

    Worked great

    Thanks again

    Curley

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2010 Theme: How can I change the color of the Menu Bar’ is closed to new replies.