Home › Forums › WoodMart support forum › Change Font Colour For Woocommerce Elements
Change Font Colour For Woocommerce Elements
- This topic has 12 replies, 2 voices, and was last updated 4 years, 11 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 17, 2020 at 8:15 am #168486
adammundayParticipantCould you advise how to change the font colour to Bold Black for the areas in the screenshots?
Do wee need custom CSS for this?
The elements are detailed as follows:
– Shop Products Grid – Price
– Single Product Page – Single Price + Variation Price
– Add to Basket Side Bar – Basket Total
– Basket Page – Sub Total + Total
– Checkout Page – Basket TotalAttachments:
You must be logged in to view attached files.January 17, 2020 at 8:17 am #168490
adammundayParticipantadding two more screenshots
Attachments:
You must be logged in to view attached files.January 17, 2020 at 1:43 pm #168560
Aizaz Imtiaz AwanKeymasterHello,
Yes you will need custom CSS to change the colors of the text you mentioned in the screenshots.
You can use the following CSS in global custom CSS area under theme settings >> custom CSS:.woocommerce-Price-amount.amount { color: black; }
For Clarification see screenshots: https://www.screencast.com/t/ZMOcvYZl
https://www.screencast.com/t/t2lpSZBKFr
https://www.screencast.com/t/fbFz7XIrnIucI used black color just to set an example for you, so you can use any different color.
Best Regards.
March 30, 2020 at 3:37 pm #183412
adammundayParticipantThanks.
This works perfectly.
We need a different colour for the recently viewed products in the footer.
Can you tell us how to change this?
Attachments:
You must be logged in to view attached files.March 31, 2020 at 6:02 am #183475
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
I saw the screenshot you attached.
To change the color of the area you mentioned you need to use advanced typography settings from Theme Settings >> Typography.
Screenshot for Clarification: https://ibb.co/1vwFb5J
You can also read our documentation for further help:
https://xtemos.com/docs/woodmart/advanced-typography-settings/Best Regards.
March 31, 2020 at 6:13 am #183486
adammundayParticipantThankyou
Could you tell us what to use in the custom selector field to make this change? Its quite a specific element
March 31, 2020 at 7:51 am #183506
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the website to check it myself and provide you with the classes to target and used in advanced typography.
Best Regards.
March 31, 2020 at 8:10 am #183514
adammundayParticipantLink attached
March 31, 2020 at 8:40 am #183524
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you provided. You need to target the following class to change the color of the recent posts links in the footer.
".woodmart-recent-posts-list .entry-title a"
Best Regards.
March 31, 2020 at 9:23 am #183535
adammundayParticipantSorry its the recently viewed products price colour we need to change
March 31, 2020 at 11:02 am #183565
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website and there is no such element in your website footer. Please make sure that you set it to check it myself and provide you with the class to target.
Screenshot for Clarification: https://ibb.co/yBDsgPy
Best Regards.
March 31, 2020 at 1:47 pm #183643
adammundayParticipantThe “recently viewed products” does not automatically display. You need to view some products for it to show
Thanks
April 1, 2020 at 6:40 am #183730
Aizaz Imtiaz AwanKeymasterHello,
I have revisited your website to change the color of the recently viewed products. You need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product_list_widget .product-title { color: green !important; }
You can change the color according to your needs.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register