Home › Forums › Jevelin Theme › Sidebar color 444444 !important
Home › Forums › Jevelin Theme › Sidebar color 444444 !important
I am trying to create a button in my sidebar with the standard white text, but there seems to be a class overriding my color.
The page is https://staterequirement.com/how-to-get-a-job-in-insurance
I hope you are well today and thank you for your question.
You can change it 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
#sidebar span.sh-button-text { color: #FFF !important; }
Best regards,
Shufflehound team
Is there any way that I can get rid of that #444444 !important statement?
I can’t find it in the jevelin CSS file. It’s really getting in the way of many things in the sidebar.
If you make changes in the theme file to remove the CSS code then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.
You can just overwrite it developing custom CSS code as shared above.