• Hi, i have a little problem with css in this plugin. My website is all dark or black.
    Therefore, I would need to edit the link to orange and the text under the commentary on white. Unfortunately, I’m not doing it at all. If I add the style to each sentence in the settings, I will change the links to the entire site. However, the text remains black despite all my ideas.Where to edit css just for this plugin without affecting the entire site?

    Thanks a lot.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ok2vvv

    (@ok2vvv)

    So I typed in the “modified html” field in the form settings:

    <style type="text/css">
    .comment-form-subscriptions a:link {color:orange;}
    .comment-form-subscriptions a:visited {color:orange;}
    .comment-form-subscriptions a:hover {color:orange;}
    .comment-form-subscriptions a:active {color:white;}
    .comment-form-subscriptions p {text-color:white;}
    </style>

    And the text is white and links orange. Only for unregistered users. The default text is correct. If I log in, everything (plugin text and links) is black and invisible on the web (text and links).

    Hi @ok2vvv,

    On the StCR Settings>Comment Form you will find two options:

    1. Custom Inline Code: Where you you add CSS properties to customize the checkbox.
    2. Custom HTML: Where you will change the HTML structure of the checkbox.

    By working with those two options you will get the desire result.

    Best Regards.!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css fail color’ is closed to new replies.