Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #268953

    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.)

    #268958
    del {
    color: #000000;
    }

    for more text options see: http://www.w3schools.com/css/css_text.asp

    #268965

    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.

    • This reply was modified 10 years, 6 months ago by breakpoint.
    #269124

    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

    #269126

    Thank you, Yigit… it worked like a charm!

    #269128

    Hey!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Color with Strikethrough Text’ is closed to new replies.