Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045367
    umbrellamanagement
    Participant

    Hi!
    How can I change the colors for background accordion title and the color font for the title?
    Thanks in advance!


    #10045370
    Support
    Keymaster

    As explained our support doesn’t offer customizations for the buyer needs, you need to use the method explained in this topic:

    How to find which css is being applied to an element.

    You will find that the css applied to that is:

    .custom-accordion-style-1 > .card .card-header a.collapsed {
        background-color: var(--primary-inverse);
    }

    So you can change that on custom.css


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

This topic is marked as "RESOLVED" and can not rceive new replies.