- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Gravida Pro – changing green links
Gravida Pro is very easy to use and I’ve been able to change all the colors as needed except for the green link text. I don’t see that green showing up anywhere in the color customization section. How do I change that color?
You can see it on this page: http://scratchboardsociety.org/membership/
It also appears that the lines between sections in the pulldowns are green.
Thanks in advance for your help!
Hi Ann,
Kindly go to Appearance>>Customize>>Custom CSS Box
Add this code there:
.entry-summary a, .entry-content a{color:#ffffff !important;}
Regards,
Brad
Perfect, thank you! I also added a hover color.
So the code I used is this:
.entry-summary a, .entry-content a{color:#858585 !important;}
.entry-summary a, .entry-content a:hover{color:#ffffff !important;}
Cool 🙂
Regards,
Brad
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]