how to change product title colour
-
i have added product grid on home page through elementor i just want to change the product name to white as it is grey and background is black…. i don’t want to change the product name colour globally just for that element
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings > Typography > Advanced and you can assign the Product Grid title selector to change the typography settings: https://prnt.sc/TUGmKqBkCa2L
For detailed instructions, please refer to the documentation:
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards,
hi i changed it according to your suggestion but now it has changed all the pages like i want to change the title colour only in home page on the product archive part only but now it has changed even in shop page also… i don’t want that
Hello,
Can you please share the page URL so I can check and give you a possible CSS code to change the product title only on the home page?
Best Regards,
https://carbon.stargloww.com/
If i transfer the website to different link then css need to be changed again?
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.page-id-25 .wd-product .wd-entities-title {
color: #ffffff !important;
}
.page-id-25 a.wd-entities-title:hover,
.page-id-25 .wd-entities-title a:hover {
color: #f3f3f3;
}
Best Regards,
Hello,
You’re very welcome! If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘how to change product title colour’ is closed to new replies.