Styles for Tabs

Home Forums General discussion Styles for Tabs

Tagged: , ,

Viewing 3 reply threads
  • Author
    Posts
    • #12328
      Pedro Ramos
      Participant

        Greetings,

        There will be a way to give style to Tabs? Change the edges, not as square or rectangular? Or reduce the spaces between Tabs? I am attaching a picture as example.

        Thank you,

        Attachments:
      • #12369
        Pedro Ramos
        Participant

          Any Help?

        • #12383
          Alexander Bautz
          Keymaster

            Hi,
            Sorry for the delay. You can control all styles in the file /SPJS/DFFS/css/DFFS_frontend.css

            If you want to do it for one form only, you can use this code in the Custom CSS textarea:

            .tabBase{
                padding:0!important;
            }
            .tabBase a{
                border-radius: 5px 5px 0 0;
            }

            Alexander

          • #12461
            Pedro Ramos
            Participant

              Excellent, work very well. Thanks Alexander.

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.