Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    I hope you are referring to the hover color on the accordion. Here is what you will need to change –

    .lsow-accordion.style2 .lsow-panel .lsow-panel-title:before {
        background: red; /* Change to your desired color */
    }
    
    .lsow-accordion.style2 .lsow-panel .lsow-panel-title {
        border-color: red;
    }
    
    .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title {
        border-color: red;
    }
    Thread Starter knireis

    (@knireis)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change colors accordeon widget’ is closed to new replies.