Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1413282

    Hi,

    Accordian elegant styling.

    I want the + circle icon to appear on the left. The default is right.

    Is there any CSS I can add to change this?

    Thanks

    #1413286

    Hey woogie07,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the accordion element.

    .av-elegant-toggle .toggle_icon {
        left: 20px;
        right: auto;
    }
    
    .js_active .av-elegant-toggle .toggler, .avia-admin-preview-container .av-elegant-toggle .toggler {
        padding: 35px 35px 30px 55px;
        font-size: 17px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

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