How to have one solid background color on all the form tabs?

  • northwestvape
    Asked on February 2, 2017 at 10:26 PM
    The last question I have is about having one solid background color behind all of the tabs so there isn't a jagged edge to the top menu background. See attached screenshot for better explanation of this issue.  Sorry if these issues are not really explained correctly, not sure the technical names for everything
  • Chriistian Jotform Support
    Replied on February 2, 2017 at 10:50 PM

    If I understand correctly, you want to cover the entirety of the form tabs in one background color? Please add the CSS code below into the custom CSS area of the Form Tabs widget.

    #tabs-list {

        background: #60635c;

    }

    How to have one solid background color on all the form tabs? Image 1 Screenshot 30

    Here's the result:

    How to have one solid background color on all the form tabs? Image 2 Screenshot 41

    If you need further assistance, please let us know.
    Regards.

  • northwestvape
    Replied on February 9, 2017 at 12:05 AM

    Perfect, thanks!