I have Event Clendar Pro and I need to change the hyperlink text in the content from green to red. I have tried adding the folder …themes\tribe-events\pro\tribe-evetns.css
with the code:
a {
color: #9c1421;
}
but it didn’t work at all. Could you please help! Thank you so much!
Some basic guidelines for modifying css in our plugins:
Start by modifying what you can at Appearance » Customize » The Events Calendar.
Typically, don’t change the theme or plugin’s css files, they will be overwritten on updates. To avoid this, follow the steps outlined in Themer’s Guide
Use overriding CSS files, or add CSS to your site using Appearance » Customize » Additional CSS.
Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Customise hyperlink text colour’ is closed to new replies.