Home Forums WoodMart support forum Change font color of not focused products tab title

Change font color of not focused products tab title

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

    erboristeriaerbetue
    Participant

    Good afternoon,
    is it possible change text color of not focused products tab title like attached images?

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

    Hello,

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

    body .wd-products-tabs .products-tabs-title li:not(.active-tab-title){
    color:red;
    }

    Best Regards

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