Into the “Slider Revolution” I have a text that is white coloured,
but when I see the final result on the website, it is half white and half red.
Can you help me please?
I shared my credentials on the Secure note.
Just go on my website homepage, and you can see the text “PianoRebel”:
iwhat you see in red (the text “Rebel”) is originally white (just go to the Slider Revolution plugin to check it out).
Thanks!
Hi Agostino,
Thank you for writing in, that is because of this custom CSS you have on the Theme Options > CSS.
This CSS
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-weight: inherit;
color: #ff551d;
}
As you can see the text “PianoRebel” is an h1 and then you wrap the “Rebel” with <strong> tag, that is why it gets that #ff551d color. To revolve that, apply an inline styling to the Rebel word.
e.g.
Piano<strong style="color: #fff;">Rebel</strong>
Hope it helps,
Cheers!
awesome, it work, thank you so much!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.