Home › Forums › WoodMart support forum › How can change only icon popup color
How can change only icon popup color
- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 28, 2023 at 2:11 pm #438535
Wolf DizaynParticipantHello i was change my teheme color i set it all but 1 think cant find where to change only there color cart icon and favorite icon on top circle color i add picture
Attachments:
You must be logged in to view attached files.January 28, 2023 at 4:24 pm #438566
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-tools-count { background: red !important; color: #000 !important; }
In this CSS, you can change the color to your choice of hex color code or color name. Also, the color property in this CSS is for the Text color.
Best Regards.
January 28, 2023 at 6:10 pm #438583
Wolf DizaynParticipant.wd-tools-count {
background: red !important;
color: #000 !important;
}i want make cicrcle color #fb7b8e
number color white there is code copy paste its make red and black how can change circle colors and numbers colors
circle: #fb7b8e
numbers : #000
colors.wd-tools-count {
background: color: #fb7b8e !important;
color: #000 !important;
}is it work ?
January 30, 2023 at 10:42 am #438862
Aizaz Imtiaz AwanKeymasterHello,
If you want to have the background color change to your provided hex code then please try using the Custom CSS in this way:
.wd-tools-count { background-color: #fb7b8e !important; }
The location to paste Custom CSS is the same as told earlier.
The Count text color is already white so you don’t need to add the color change property for that.
Best Regards
January 30, 2023 at 4:20 pm #439005
Wolf DizaynParticipantok i fix it thank you so much but now i have another problem see i change sale product colors too but in ajax card and my card page and payment page product total price colors stay gray how can i change payment colors i add screenshot
Attachments:
You must be logged in to view attached files.January 31, 2023 at 10:12 am #439171
Aizaz Imtiaz AwanKeymasterHello,
The Prices usually picks up the Primary Color of your Site like you can see in the following Image: https://snipboard.io/UCHAkT.jpg
So, to change it globally for all the mentioned Pages on your Site please try changing the Primary Color of your Site. It can be done under the Dashboard > Theme Settings > Styles and colors > there you can find the option to change the Primary Color: https://xtemos.com/wp-content/uploads/2020/09/colors.jpg
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register