how to change color of particular element?
-
Hello Team,
how can i change a color for particular element or button.
like i want to change color of price tag,and add to cart button how can i chnage it?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.banner-inner .price {
color: orange;
}
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
background-color: orange;
}
Regards.
Xtemos Studios
Hello,
i want change the color of add to cart button that i mentioned in screenshot.
Please check
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
background-color: orange;
}
Best Regards
Hello,
Its not working CSS code.
I have changed color through theme setting but its changed some button and not other button add to cart button. I am attaching the screen shot. If you want to anything else please free to contact me.
I have changed button color in saffron color code is-#ff9933 its changed some buttons.but its not changed in popular product category and other.please check the screen shot that i have attached,i want change all button color in saffron color- that is #ff9933.
please check on website.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
Please try and replace the previous Custom CSS with the following then check back.
.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a, .wd-hover-quick .wd-add-btn>a {
background-color: #ff9933;
}
Regards.
Xtemos Studios
Hello,
Its not working buddy
hey its working now.
Thanks.
Hello,
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘how to change color of particular element?’ is closed to new replies.