Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1335055

    Hello,

    How do I add an underline each toggle for the accordion? Please advise.

    #1335057

    Like top and bottom borders for each tab

    #1335144

    Hi,

    Thank you for the inquiry.

    The accordion toggles already have borders by default but you can go to the Styling > Toggles Styling tab to select a different Styling settings. Or use this css code to adjust the border color.

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
        border-color: red;
    }
    

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.