Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #524183

    Hey guys….I’d like to change the title font color in the accordion to something lighter. Is there anywhere that I can do that myself? Editor, perhaps?

    #524242

    Hey ginigarbick!

    Add this to your custom CSS.

    h3.aviaccordion-title {
        color: white !important;
    }

    Regards,
    Elliott

    #524279

    Awesome…I’ll give it a go!

    On another site of mine…I need the text in the tabs to be a little darker. Would you take a look at this page:
    http://uspfc.ginigarbick.com/video/
    The text in the tabs is too light…I need to darken it up a bit. Can you float a sistah a little code that might take care of that?

    Thanks again for EVERYTHING! This Enfold Theme…we’re so not worthy! It has changed my life as a developer!

    Gini

    #525705

    Hi!

    In the tab titles? Add this to your custom CSS.

    .tab_titles > div {
        color: #000 !important;
    }

    Regards,
    Elliott

    #526340

    Elliott…where do I put the custom CSS? Is that through Editor? I hate to ask you this…but would you go in and do it for me? I don’t want to “break” the site.

    I’ve created a login for you with full admin rights.

    #526644

    Hi,

    Please try it in Quick CSS under Enfold–>General Styling.

    Best regards,
    Rikard

    #528146

    Hi….it didn’t work. I tried pasting the code as is (with the #000 placeholder for the color) and with my own custom color in there and there were no changes. I’ve cleaned out the cached, and tried reopening in another browser, and I still do not see the change taking effect.

    http://uspfc.ginigarbick.com/video/

    Please advise.

    Thank you SO MUCH!
    Gini

    #528967

    Hi Gini,

    Please try the following instead:

    .main_color .tabcontainer .tab {
        color: #000 !important;
    }

    Regards,
    Rikard

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