Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Tagged: tabs
Hello. Looking at the provided link, I specified a color for the “WHAT WE DO” text, on each tab. That color never shows up on the Front End.
I’ve already disabled plugins, cleared caches and FTP’p fresh Enfold files up
Thanks,
Ryan
Hey rlogan2334,
it works for me, blue tab is showing fine: http://i.imgur.com/X8Ckgna.png
Could you fix it?
Best regards,
Andy
Thank you, but the issue is with the text within the tab. On the back-end, “WHAT WE DO” is in Blue. On the front-end it’s showing not Blue.
Hi,
try with this code inside QUick CSS field:
p span strong {
color: blue !important;
}
Best regards,
Andy
Hello. That solution won’t work, as there will be a different colors required, within the various Tabs.
Hi,
then use this code instead:
#tab-id-1-container p span strong {
color: red;
}
and adjust tab-id as needed.
Best regards,
Andy
I know what you’re providing will work, but we keep having to throw CSS at things that should just work out of the box.
Hi,
it can be hundreds of reasons why it doesn’t work for you. Maybe a plugin is causing a conflict. Maybe some of your CSS codes is causing it. Maybe your server does not allow to make the changes. Or lots of other reasons. If the CSS code we provide for you works, then we’re happy that we could help you.
Best regards,
Andy