Home Forums WoodMart support forum Accordion opener

Accordion opener

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #717920

    kasper
    Participant

    How do I change the color of the according tabs opener? The plus.

    Attachments:
    You must be logged in to view attached files.
    #717950

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page url where the accordion persists? Also, share your site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #717955

    kasper
    Participant

    There you go. Its on product pages.

    #717960

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your login link is not working, it is redirecting to the account page. Can you please share the WP admin login URL in the private area so I can check and give you a possible solution?

    Best Regards

    #718101

    kasper
    Participant

    Then the link is working – just navigate to a product page.

    #718123

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can change the color of the accordion “plus” icon using this CSS. Try to add the following custom css code in Theme Settings > Custom CSS.

    .wd-accordion-opener {
        color: #000000 !important;
    }

    If you want a different color when the accordion is opened/active, use this css.

    .wd-accordion-title.wd-active .wd-accordion-opener {
        color: #ff0000 !important;
    }

    Best Regards

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