Tagged: 

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

    I have created some tabs and the text is not visable until it is clicked.

    How can I change the color of the text in it’s normal state, like shown on the attached link: https://autoaccenting.com/services/coating/.

    And how do I also change the backround of the buttons?

    Thanks,

    Dan

    #1093081

    Hey Dan,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1093759

    I am a CSS virgin. Whee is that done?

    #1093782

    Hi,

    Enfold Options > General Styling > Quick CSS.

    Best regards,
    Jordan Shannon

    #1094047

    I found that, but where do I insert the code?

    I need

      specifics

    so I don’t screw it up.

    I’ve always heard to be careful with CSS because it is a sensitive area.

    Forgive me for being so simple, but html is not in my head at all.

    Dan

    #1094052

    I FIGURED IT OUT, but how do I make the rollover color and the selected color different from the normal stage?

    #1094513

    Hi,

    Add this to quick css:

    .tab:hover{
    color:#fff!important;
    background:red!important;
    }

    Change red to whatever color you need.
    Best regards,
    Jordan Shannon

    #1094514

    IT WORKS!

    Thank you very much!

    Bless you!

    #1094516

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Tab Text Color’ is closed to new replies.