Support » Themes and Templates » Change of main menu color

  • Hello Guys.
    I need your little.

    1)Actuallly I want to change my main menu text color to BLACK AND BOLD INSTEAD OF GRAY and want to place menu bar on centre instead of left. .

    2)hoW can i level BOLD horizontal line under featured post and just above search bar.they look uneven…

    SITE : http://funniesthour.com/

    Thhankyou

Viewing 5 replies - 1 through 5 (of 5 total)
  • Usually you would just edit your style.css. A great way to find the line that establishes the text color is to use Chrome’s developer tools to inspect the element and see how your website has been styled, or you can use firebug if you’re using firefox.

    Thread Starter cybron

    (@cybron)

    Thankyou david.bailey . But i want little more help. I think i’ve read all posts and changed everything BUT not working .Plz guys help me to figure this out..

    * Add this to your css file to make the main menu text as you want.

    nav#main a {
        color: black;
        font-weight: bold;
    }

    * And add this to center align the navigation menu.

    nav#main ul {
        margin: 0 auto;
        width: 400px;
    }

    Or try asking on the theme’s dedicated forum: http://www.wpzoom.com/support/

    Thread Starter cybron

    (@cybron)

    Thankyou esmi and luxythemes for your helpful reply. I think wordpress.org should have THANKS mod so i can thankyou ..First problem is resolved.

    BUTTTTT how can i resolve 2nd problem?? If i move search box above that line then can it resolve my problem???

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change of main menu color’ is closed to new replies.