How to change <strong>TEXT</strong> color

Good morning!

I’m trying to change the text color when I use < strong>TEXT</ strong>. Is there a way to do that?

Hi there,

Do you aim to change the text color for all texts that are wrapped in a strong tag across the site?

If so, please add this code in the custom CSS:

strong {
    color: #ccc;
}

Please feel free to change the color value to what you prefer.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.