• Resolved aayuke

    (@aayuke)


    I really like hueman themes very much, and decided to use this theme to help out a friend building his blog, i just have a question is there a way you can change the menu text color that i have create and place it on the top bar? the background color is red and the menu text color is white, I want it the menu text color to be black and bold. Hope someone can answer my question..

    Thanks in advance..

Viewing 4 replies - 1 through 4 (of 4 total)
  • bdbrown

    (@bdbrown)

    Hi aayuke. Try adding the following css to a child theme style.css file, the theme Custom css options, or a plugin like Simple Custom CSS:

    #nav-topbar .nav li > a,
    #nav-topbar .nav li > a:hover,
    #nav-topbar .nav li:hover > a,
    #nav-topbar .nav li.current_page_item > a,
    #nav-topbar .nav li.current-menu-item > a,
    #nav-topbar .nav li.current-menu-ancestor > a,
    #nav-topbar .nav li.current-post-parent > a {
      color: #000;
      font-weight: bold;
    }
    Thread Starter aayuke

    (@aayuke)

    hi bdbrown,

    Thanks for the reply, i did replace the origin

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

    with what you have suggested in style.css and it works fine..

    but i have notice something else is wrong, at first i use hueman version 1.5.4 then upgrade to hueman 2.2.2 and on most of my post when i use more than 1 or 2 spaces (press the spacebar once or twice) within the character there are these words    next to the character or paragraph.

    bdbrown

    (@bdbrown)

    When you say, “i did replace the origin” do you mean you changed the default theme style.css file? Or did you add that css to a child theme or css plugin?

    On your other question, that’s really a different issue so please start a new topic for that one. Thanks.

    Thread Starter aayuke

    (@aayuke)

    sorry for the letting me on the other question, just didnt know if i should start a new topic or not..

    i just add that to the child theme style.css

    thanks bdbrown, i will mark this as resolved before of your help..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing menu text color in the topbar’ is closed to new replies.