Home Forums Basel support forum Change [+] and [-] signs in the Accordion (CSS/JS)

Change [+] and [-] signs in the Accordion (CSS/JS)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #133800

    oleg_dmitriev
    Participant

    Hi,
    How can I change the [+] and [-] signs in the Accordion to white? They are now gray and hard to see. Thank you for your help

    .vc_tta-panel-title {
    background-color: #778899;
    }
    .vc_tta-title-text {
    color: white;
    }
    .wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-title {
    background-color:#C41E3A;
    }

    #133811

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: white!important;
    }

    Best Regards

    #133823

    oleg_dmitriev
    Participant

    Thank you! all worked, it is perfect now!

    #133845

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change [+] and [-] signs in the Accordion (CSS/JS)’ is closed to new replies.