Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #386772

    Hi there,

    How can I change the color of the strikethrough text from the default grey?
    I searched the forum and found this: #top #wrap_all .main_color del { color: red !important; }
    but that didn’t work for me.

    Is there something else I can do?

    Thanks!

    #386914

    Hi buellfire!

    Thank you for using our theme.

    To change the color of all del elements you can use:

    
    del {
        color: red !important;
    }
    

    To limit it to a special page, e.g :

    
    .page-id-2632 del {
        color: red !important;
    }
    

    Regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.