Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #687944

    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

    #689292

    Hey rlogan2334,

    it works for me, blue tab is showing fine: http://i.imgur.com/X8Ckgna.png

    Could you fix it?

    Best regards,
    Andy

    #689296

    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.

    #689297
    #689755

    Hi,

    try with this code inside QUick CSS field:

    p span strong {
    color: blue !important;
    }
    

    Best regards,
    Andy

    #689795

    Hello. That solution won’t work, as there will be a different colors required, within the various Tabs.

    #690595

    Hi,

    then use this code instead:

    #tab-id-1-container p span strong {
    color: red;
    }
    

    and adjust tab-id as needed.

    Best regards,
    Andy

    #690813

    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.

    #691002

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.