Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178995

    Hi, Enfold team

    ¿How I can change the grey text color of sidebar/menu?

    Image: http://www.idaccion.com/blog/imatges/grey.png

    In the Avia options I don’t have any color selection marked as grey, but this appears in sidebar and menu.

    And, related, you can view in the image that the last text in menu appears with no margins into text and vertical line. How can solve this?

    Thanks in advance,

    LRS

    #179059

    Hey LRS123!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust colors as desired

    #header_main_alternate { z-index: 2; }
    .main_menu ul:first-child > li > a { padding: 0 13px; }
    .sidebar a { color: red; }
    .sidebar a:hover { color: purple; }

    Regards,
    Yigit

    #179184

    Hey Yigit!

    Thanks for your quick response but they don’t works. My sidebar and menu continues in grey after introducing the code in the Quick CSS. I deleted cache…

    Any solution?

    Thanks,

    LRS

    #179296

    Hey!

    Please use this:

    .main_color .sidebar a {
    color: red;
    }
    
    .main_color .sidebar a:hover {
    color: blue;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change grey color text in sidebar/menu’ is closed to new replies.