Removing Triangles from Form Tabs

  • contactkanen
    Asked on May 12, 2016 at 1:17 PM

    Hello,

     

    I'm using the following code to remove the triangles from the Form Tabs widget, but for some reason, the triangles in the current tab are still showing.

    Any ideas?

    Thank you!

     

    .tabs-list li .liAfter {

    border-bottom: none !important;

    }

    .tabs-list li .liBefore {

    border-bottom: none !important;

    }

    .tabs-list li.current liAfter {

    border-bottom: none !important;

    }

    .tabs-list li.current liBefore {

    border-bottom: none !important;

    }

  • contactkanen
    Replied on May 12, 2016 at 1:38 PM

    Never mind - I was looking at the wrong attribute:

     

    div.liBefore, div.liAfter {

      display: none !important;

    }

  • Ben
    Replied on May 12, 2016 at 2:26 PM

    I am glad that you were able to resolve your issues, and please do let us know if there is anything that we can assist you with and we would be happy to do so.

  • contactkanen
    Replied on May 12, 2016 at 3:39 PM

    Thanks Ben!