• Resolved mmgraphik

    (@mmgraphik)


    Hello, what is the css code to remove or make transparent the background of the accordion please? Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @mmgraphik,

    please provide the URL where you are using our plugin…I will give you additional CSS for that accordion.

    thanks

    Thread Starter mmgraphik

    (@mmgraphik)

    Hello here is the link of the website : https://www.mmgraphik.com/
    The FAQ is at the bottom, I would like to remove the white background.

    Thanks

    HI @mmgraphik,

    Use below CSS

    #wpsm_accordion_29 .wpsm_panel {
    background: transparent;
    }
    
    #wpsm_accordion_29 .wpsm_panel-default > .wpsm_panel-heading {
        background: transparent !important;
        /* background-color: #ffffff !important; */
    }
    
    #wpsm_accordion_29 .wpsm_panel-body{
    background:transparent !important;
    
    }
    
    #wpsm_accordion_29 .wpsm_panel-body {
        background-color: #ffffff !important;
    background: transparent !important;
        border-top-color: transparent !important;
         border: 2px solid transparent !important;
    }
    
    #wpsm_accordion_29 .ac_open_cl_icon {
        background: transparent !important;
    }

    we can’t inspect our accordion CSS on your website. so you have to make a little change in css

    use your accordion shortcode id which is given below and replace it in css like this [WPSM_AC id=29] id is 29 #wpsm_accordion_29

    thanks

    Thread Starter mmgraphik

    (@mmgraphik)

    Perfect thank you very much !

    Hi @mmgraphik,

    Glad that your issue has been resolved. if you like our plugin please rate us.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Transparent or suppressed accordion back’ is closed to new replies.