Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1577361
Accordion
Closed

Comments

  • AXSource started the conversation

    How do I change the non-active accordion section titles to a different colour?

  •  1,845
    Elated replied

    Hello there,

    You can change it with this CSS (Paste this code in Appearance > Customize > Additional CSS):

    .wpb-js-composer .vc_tta-color-orange.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
        background-color: #000000!important;
    }
    

    Let us know if you have any other questions!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • AXSource replied

    this code didn't change the non-active sections a different colour from the active one.

  •  1,845
    Elated replied

    Hello there,

    Try to set this code in Appearance > Customize > Additional CSS:

    .eltdf-accordion-holder.eltdf-ac-boxed .eltdf-title-holder{
        background-color:#000;
    }
    

    Please let us know if this is fixing the issue.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.