Replies: 0
I tried both methods you said to do, either add it to your theme CSS or fix WPP’s css itself.
In both cases nothing changed. You said in another post, asking how to do this, the color is inherited from your theme but no color options in my theme have the color it’s displaying so I’m not sure where it’s coming from.
Maybe it’s not working because I only defined the color and nothing else but I’m not sure what else to do.
This is what I wrote:
.wpp-post-title {
color: #d5bbed !important;
}