Hello,
I wanted to change the link color of buttons, but I can’t figure out how.
Could you please help me?
The main css overwrites the white color at the moment.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
nav.main_menu { display: none !important; }
#header .inner-container {
height: auto;
}}
Regards,
Yigit
Hi!
I’m not sure what you mean by images going away, are they not displaying as they are supposed to? Please provide us with a screenshot highlighting what is happening.
Please add this to Quick CSS under Enfold–>General Styling for the buttons:
a.buttonG{
color: white !important;
}
Best regards,
Rikard