I have a problem when i want to change the color of the H3 Heading ( via the advanced styling menu) – then the color of the heading in the icon box element also changes. But i want the color of the icon box element heading to stay as it is.
Regards SImon
Hey simonac!
Please add following code to Quick CSS
h3.iconbox_content_title {
color: inherit!important;
}
Best regards,
Yigit
Thumbs UP!