Support » Theme: Hueman » Changing the text color in the colored bar of the secondary menu

  • Resolved karenstl

    (@karenstl)


    I would like to use a light color for the top bar of the secondary menu, but need the word “MORE” to be in black in order for it to show up with the light color.

    Would like to do this with the custom css if possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • To change the text:

    .sidebar-top p { color: #000; }

    To change BG:

    .s2 .sidebar-top,
    .s2 .sidebar-toggle { background: #ccc; }

    Thread Starter karenstl

    (@karenstl)

    Thanks. It did work, but I didn’t realize that the link color and hover for the post names in the widgets would be the same light color. I’m sure you could separate that out but I went ahead and changed it back to a darker color. Looked better the way you had it set up!

    Resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the text color in the colored bar of the secondary menu’ is closed to new replies.