Home › Forums › Jevelin Theme › Menu text color
Home › Forums › Jevelin Theme › Menu text color
Hi, i’m not able to change menu text color from white to another one
Could you help me please?
Could you please share your site URL where it’s displaying so that I can help you?
Above, thanks
Solution for this topic
You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .primary-mobile-light #header-logo-title, #page-container .primary-desktop-light .sh-header-top-4 #header-logo-title, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a, #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i { color: #419639 !important; }
Thanks!!!!
You are most welcome here š
Hello, I had the same problem ! so Thank you so much for this solution ! it’s working !!
@julielib10 Thank you for notifying us.