Hello!
I’m using Enfold with a handy plugin called “Feed them Social.”
The issue is that I *think* the Enfold style sheet is loading AFTER the plugin’s so its overriding the font colors that I’m choosing. How should I resolve this?
Thanks,
Liz
Hey losting!
I’m not sure what specific font colors you wanted to change in the twitter section, but you can use the below css to prioritize specific colors to that section:
.fts-twitter-text {
color: #000000 !important;
}
.fts-tweeter-wrap:hover a {
color: #888888 !important;
}
.fts-tweeter-wrap a {
color: #555555 !important;
}
The above css will affect the text, link (hover state) and link (static state) font colors.
Cheers!
Dake