• Resolved joergkreklau

    (@joergkreklau)


    hi there,

    i want to change that thin line under the head in the accordion into white but it wont let me. i can change it temporarely in firebug but when i past this into the custom css area of my theme then it does not have effect on the accordion. :-/
    #accordions-18233 .responsive-accordion-head {
    border-bottom: 1px solid white;
    }

    can you help?

    Best regards

    https://wordpress.org/plugins/accordions/

Viewing 1 replies (of 1 total)
  • Thanks for your post.

    you can override any css by using “!important”

    Try follow this.

    #accordions-18233 .responsive-accordion-head {
    border-bottom: none !important;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘border color accordion head’ is closed to new replies.