Styling an Accordian

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27416
    scottbrown
    Participant

    I want the hover color on a collapsed accordion li to be a different color. I can change several things with the .lae-panel selector, but just not the hover color on a collapsed accordion item.

    Please help

    #27421
    Veena
    Moderator

    You can use the below custom CSS –

    .lae-accordion-style1 .lae-panel:hover .lae-panel-title {
        background: #000;
    }
    
    #27427
    scottbrown
    Participant

    Actually, that didn’t work, but it led me down the right path:

    .lae-accordion-style2 .lae-panel .lae-panel-title:before {
        background: #000;
    }
    #27434
    Veena
    Moderator

    Thanks for letting me know..

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Styling an Accordian’ is closed to new replies.