Change color of products tab
-
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.
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
Dear admin
I don’t see option change color “Product tab options”
Thank you !
Attachments:
You must be
logged in to view attached files.
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
Dear admin
every thing seem done.
Thank you !
Dear admin
I successfully change the color on the computer but not on the mobile.
How to fix it?
Thank you !
Hello,
Please provide the page URL.
I will give for mobile
Best Regards
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.
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
Dear admin
every thing well done
Close topic, Thank you !
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change color of products tab’ is closed to new replies.