Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176825
    bluetroop2
    Participant

    http://casa.bluetroop.com/faqs/

    The Accordion element looks like it has been updated and it’s default is a dark scheme (maybe that has to with the X-theme I selected). Anyway, I want to completely change the styling (colors, etc) and it seems the code I selected and tried to manipulate in the global CSS did not work.

    What set of CSS code can I place to change up colors – title bar color, title bar text (and hover color), body background color, body text, etc.

    I want it all to match the color scheme of my site.

    #1177082
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-accordion-heading .x-accordion-toggle {
        background-color: #366999;
        color: #ff0000;
    }
    .x-accordion-inner {
        background-color: #333333;
        color: #ff0000;
    }
    

    Hope that helps.

    #1178555
    bluetroop2
    Participant

    Thank You! This is a great element.
    What are some new ones you’re working on?

    #1178577
    Prasant Rai
    Moderator

    You are most welcome. You can walk-through our future roadmap blog post. That should give you a glimpse on our upcoming releases:

    http://theme.co/blog/back-to-the-future/

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1176825 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>