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
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
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