• Resolved michaelwong9

    (@michaelwong9)


    Good afternoon.
    I want to change font colour in my navigation menu header.
    Can anyone help me.?

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try this:

    #nav-header .nav li a { color: red; }
    #nav-header .nav li > a:hover,
    #nav-header .nav li:hover > a,
    #nav-header .nav li.current_page_item > a,
    #nav-header .nav li.current-menu-item > a,
    #nav-header .nav li.current-menu-ancestor > a,
    #nav-header .nav li.current-post-parent > a { color: green; }

    Change #nav-header to #nav-topbar if it’s topbar you want to change for.

    bosco-carvalho

    (@bosco-carvalho)

    Hi Alex,
    I’d like to change the description colour at the header.
    Thanks for this great template!

    The site in question is: https://www.revistaecologica.com

    Thanks!

    .site-description { color: red; }

    Thread Starter michaelwong9

    (@michaelwong9)

    thank you alex..

    have a nice day ^^

    bosco-carvalho

    (@bosco-carvalho)

    Thank you ALX,

    Worked fine!

    Orignal:

    .site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }

    Modified:

    .site-description { font-size: 16px; font-style: italic; color: green; float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }

    bosco-carvalho

    (@bosco-carvalho)

    Now with the template update (Version 2.1.1) I had only do add to the Simple Custom CSS:

    .site-description { color: green;
    margin-top: -15px;
    margin-left: -258px; }

    ‘margin’ was added just to fit the site description to the page’s logo.

    You can see the result at: https://www.revistaecologica.com

    In the Hueman 1.3.9, to fit better with the logo,
    I’ve changed to:
    .site-description {
    color: green;
    margin-top: 70px;
    margin-left: -154px;
    }

    PS: Registering the changes here helps to keep track to the changes I have to make when the theme updates are released.

    By mistake I’ve ‘updated’ with an older version.
    The the actual Hueman version is 2.1.3
    Sorry for that.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change color font in menu’ is closed to new replies.