Menu underline color from "Fix" prebuild theme

Hi!

How can I change the yellow color of the menu underline at prepuild theme "Fix" and how can I change the appears of an underline there at all? Unfortunately, I didn't find it.

Thank you so much in advance!

Great theme guys :)

Comments

  • Hi,
    You can change the style in theme options>menu&action bar>menu
    To change the color go to theme options>colors>menu
    thanks
  • Thanks for the swift reply!

    I still do have a problem there: I can now change from a menu with underline to a menu without underline.

    But if I want to keep the underline, using your explanation (theme options>colors>menu) still doesn't change the color from yellow. I even tried every other color option that was yellow from theme options>colors>menu, but the menu underline still stays yellow.

    Might there be a bug regarding the color of the menu underline?

    Thanks again in advance
  • You have to use custom css to change the color, use this 
    #Top_bar .menu > li a:after {
    background: red !important;
    }
Sign In or Register to comment.