Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030728
    Josephine777
    Participant

    Hello, I’m trying to make the heading on the accordion transparent and the font white. At first the css I added in below worked in the preview, but when I saved it, it went back to the default styling. Oddly it worked when I added the hover attribute.

    http://44a.48b.myftpupload.com/

    .x-accordion-heading .x-accordion-toggle.collapsed {
    background-color: none;
    color: #ffffff;
    }

    In addition, I would like to add a line where the 4px margin is, in between each header on in the accordion.

    Thank you!

    #1031437
    Christopher
    Moderator

    Hi there,

    Please try this :

    a.x-accordion-toggle.collapsed {
        background-color: transparent !important;
    color: #fff;
    }
    .x-accordion-group {
        border-bottom: 4px solid white;
    }
    

    Hope it helps.

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