Accordion style change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28784
    Jürgen Schmitt
    Participant

    Hi,

    i ask me if it is possible to change the style of the accordion in the way you can see in the attached file.

    #28793
    Veena
    Moderator

    Pls try the below custom CSS in plugin settings > custom CSS

    .lvca-accordion .lvca-panel-title:after {
        color: #147d4f !important;
        font-weight: bold;
        font-size: 18px;
    }
    .lvca-accordion .lvca-panel-title {
        color: #147d4f !important;
    }
    .lvca-accordion .lvca-panel-content {
        color: #147d4f !important;
        font-size: 18px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WPBakery Page Builder Addons Support’ is closed to new topics and replies.