Home Forums WoodMart support forum How do i change the color of the underline from Ajax product tabs?

How do i change the color of the underline from Ajax product tabs?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #609313

    margineandenis01
    Participant

    The global primary colors are set to my wanted color but the underline is still green. Such a bummer, now i need to edit each individual block to respect the global colors? Please help promptly

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .products-tabs-title.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
        background-color: red !important;
    }

    Best Regards

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