I am looking to change the default text color for the Strikethrough option next to the Bold and Italic options in the editor. I’m certain it is a simple CSS fix, but I cannot find the proper code to save my soul (pardon the drama.)
del {
color: #000000;
}
for more text options see: http://www.w3schools.com/css/css_text.asp
I added that code to the Quick CSS but no luck… it’s still grey.
Here’s the URL: http://www.flawlessface.me – just click on any product tab.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .main_color del { color: red !important; }
Cheers!
Yigit
Thank you, Yigit… it worked like a charm!