Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #373738

    I’m using an accordion background to list a variety of equipment which is broken into different categories. I’d like to make the accordion background transparent. Is this possible?

    Thanks for your time.

    #373828

    Hey ItsYeBoi!

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

    p.toggler {
    background-color: transparent!important;
    }

    Cheers!
    Yigit

    #374252

    Thanks Yigit, the only issue I’m having now is when I click to expand an item in the accordion feature the background is still not transparent. How can I make that transparent as well?

    #374315

    Hi!

    Add this.

    .toggle_content { background: transparent !important; }
    

    Cheers!
    Elliott

    #375354

    Thanks Elliott!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change accordion background to transparent’ is closed to new replies.