Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #293676

    On my main home page: http://www.bodymindlinks.com
    I have added an accordion.
    How do I remove the div box (all lines) of the accordion so it’s JUST the words?

    Thank you team.

    #293793

    Hey Bodymindlinks!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    p.toggler {
    border: none!important;
    }

    Cheers!
    Yigit

    #294115

    I added it to the Quick CSS and the lines still shows:

    #294140

    Hey!

    Try adding this too:

    .toggler {
        background: transparent !important;
    }
    .toggle_content {
        border: 0 !important;
    }

    Cheers! 
    Josue

    #295155

    Thank you, that made it white and got rid of the lines.
    The only thing that is left that I would not like to show is the little boxes to the left with the “+” and “-” signs.
    Thank you for your time and support.
    It is much appreciated.

    #295156

    This will do it:

    .toggle_icon {
        display: none;
    }
    .toggler {
        padding-left: 20px !important;
    }
    #295650

    Thank you it worked :D

    #295653

    You are welcome, always glad to help :)

    Regards,
    Josue

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