Home Forums WoodMart support forum Change color of products tab

Change color of products tab

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #301481

    Biishop
    Participant

    Dear admin

    I want to change the color of the product’s tab

    Thank you !

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #301593

    Biishop
    Participant

    Dear admin

    I don’t see option change color “Product tab options”

    Thank you !

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

    Hello,

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

    /*for all the tabs*/

    body .tabs-layout-tabs .tabs li a {
    color:green;
    }

    /*shipping and delivery*/

    body .tabs-layout-tabs .tabs li.wd_additional_tab_tab a {
    color:red;
    }

    Best Regards

    #301728

    Biishop
    Participant

    Dear admin

    every thing seem done.

    Thank you !

    #301731

    Biishop
    Participant

    Dear admin

    I successfully change the color on the computer but not on the mobile.

    How to fix it?

    Thank you !

    #301847

    Hello,

    Please provide the page URL.

    I will give for mobile

    Best Regards

    #301872

    Biishop
    Participant

    Dear admin

    I still do not understand what you mean, that is, I will provide information about my website?

    I sent information in Private Content

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

    Hello,

    It is not posible to set one certain tab color, the color can be changed for all:

    .woocommerce-tabs .wd-accordion-title {
    color:red;
    }

    Best Regards

    #302017

    Biishop
    Participant

    Dear admin

    every thing well done

    Close topic, Thank you !

    #302083

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change color of products tab’ is closed to new replies.