Want to change selection colour of form tab widget

  • julianl
    Asked on April 12, 2016 at 10:09 PM

    Hi

    How are we today?

    I am just wondering what the css is to change the selection colour of my tabs?

    At the moment when the tab is selected I cannot see the text properly.

    Looking forward to hearing from you.

    Cheers :)

    Jotform Thread 816998 Screenshot
  • beril JotForm UI Developer
    Replied on April 13, 2016 at 2:47 AM

    If you want to change the text color and background color of your tabs it is possible by adding the CSS code below:

    #tabs-list .current {

        color : #ffffff !important;

     background: #1e1e1e !important;

    }

    Want to change selection colour of form tab widget Image 1 Screenshot 20

    You can choose different colors on your form. If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.

  • julianl
    Replied on April 21, 2016 at 6:44 PM
    Thanks Beril, sorry for the late reply ☺
    ...
  • Kevin Support Team Lead
    Replied on April 21, 2016 at 7:52 PM

    No worries, and on behalf of my colleague, you're welcome.

    Do get back to us if you need more help in the future, we will be glad to assist you.