Home Forums WoodMart support forum Change font color in tabs in single product page

Change font color in tabs in single product page

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

    vetsapr
    Participant

    Hi,
    could you please inform me how to change the font color of the tabs in single product page?
    Now, it is white and they are not displayed.
    Please, consult my attachment with the prinscreen.

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

    Hello,

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

    .wd-nav[class*="wd-style-underline"] .nav-link-text {
        color: #f11212 !important;
    }

    Change the color as per your need.

    Best Regards.

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