Site logo

Archived topic

How can I change element color?

2 replies · Started by crosby87 on November 29, 2021

Viewing posts 1–3 of 3

Hi there,

I would like to change the color of the following element in one of my article: https://imgur.com/a/0FUMdG8
I'd like to color to be blue.

Link to the article is provided in private below.

Could you please provide a CSS for this?

Many thanks!

not sure if I provided the correct link in private. see it again please.

Hi there,

try this CSS:

.entry-content .su-spoiler-style-fancy>.su-spoiler-title {
    background-color: blue;
    color: #fff;
}
This archived topic is closed to new replies.