How do I change the text color in revolution slider

Hi,

Please let me know how i can change the text color to blue, from orange as shown in the attachment.

Hi There,

Thanks for writing in!

The color is inside custom CSS. Please go to Dashboard -> X -> Theme Option then click on the CSS icon in the left bar.

and search for this CSS code.

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit;
  color: #ff551d;
}

Please change the color code there.

Hope this helps!

1 Like

Thank you so much, it worked !!

You’re welcome.

1 Like

Hello,

I want to change the color again, to #2289ca.
When I change it in the CSS editor as shown above, the change is shown.
But, when I save it & check, the change is not getting updated.
Please let me know what could be the issue.

Hi @rajitha1114,

I tried finding the page where your screenshot is taken, but couldn’t find it from your site. But I do see your CSS and it’s set to #2289ca.

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-weight:inherit;color:#2289ca;}

I recommend clearing your browser cache and please provide the URL where this exact issue is visible.

Thanks!

Hi,

The link is in the secure note
I had to go to CSS of each page & edit the color & now it shows okay.
Is that okay or would it make any performance issues?

Hi There,

I could see that the custom CSS is printed twice for all pages:


You just need to put the custom CSS under Theme Options > CSS, no need to add the custom CSS for all the pages.

Regards!

Thanks it worked.

You’re most welcome!

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