Revolution slider font color

I am using X theme and am unable to change the font color from the orange color to my brand’s blue color. While in the editor, the color is blue and I save it but then it doesn’t update on the actual site. I am brand new to building sites and have pretty much figured everything else out but this. Can someone please explain through photos or step by step how I can fix this. please and thank you

Hello Kiely,

Thanks for writing in! I have investigated the issue and I found out that there is a custom CSS in Cornerstone > Theme Options > CSS that changes the colors of the heading to orange:

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

You can find the CSS block and remove it to resolved your issue. If this is not helping, you can provide us access to the site so that we can check it. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.

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