Home › Forums › WoodMart support forum › Changing specific elements colors
Changing specific elements colors
- This topic has 10 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 21, 2021 at 1:59 pm #313822
henalon123ParticipantHi there, i want to be able to change this specific colors (see screenshot attached), right now i cant do it, changing the Primary color will change the prices colors and other elements as well, so either tell me how to change the price and the badges colors, or tell me how to change the elements colors in the screenshot.
Best regards.August 21, 2021 at 8:49 pm #313870
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale { background-color:red; } body .wd-hover-standard .wd-add-btn>a { background-color: red; } body .wd-hover-standard .wd-add-btn>a:hover { background-color: red; }
Set the colors as per your needs.
Best Regards
August 22, 2021 at 12:19 am #313892
henalon123ParticipantHi there, it changed only the sale badge color, still need to change the button “buy now” button, see the screenshot
August 22, 2021 at 3:55 pm #313940
Elise NoromitMemberHello,
Please provide the page URL, I will check and correct the CSS.
Best Regards
August 23, 2021 at 4:07 pm #314146
henalon123ParticipantIve added the link in the private area
August 23, 2021 at 11:52 pm #314190
Elise NoromitMemberHello,
Please replace this code:
body .wd-hover-standard .wd-add-btn>a { background-color: red; } body .wd-hover-standard .wd-add-btn>a:hover { background-color: red; }
for this one:
body .wd-hover-quick .wd-add-btn>a { color: #FFF; background-color: green; }
Set the colors as per your needs.
Best Regards
August 24, 2021 at 12:00 am #314194
henalon123ParticipantGreat its working, last issue :
I need to center all the elements in the quick view (ive attached a screenshot for that), and i need to make the brand logo a little bit larger (on the quick view + product page as well)
Best regards.August 24, 2021 at 12:10 am #314195
henalon123ParticipantAlso the quick add to cart in mobile view – the variations is still very small although i did exactly what you said before in other thread (ive attached a screenshot for that)
Please help.August 24, 2021 at 1:56 pm #314349
Elise NoromitMemberHello,
We do apologize for the misunderstanding.
Please add this custom CCS to the Theme Settings > Custom CSS > Global to fix the issue:
.cat-design-center .wrapp-category { position: relative; overflow: hidden; }
This will be fixed in the nearest update.
Best Regards
August 25, 2021 at 12:32 am #314429
henalon123ParticipantHi there, added this code and cleared cache, this code didnt change anything
1. I need to center all the elements in the quick view (ive attached a screenshot for that), and i need to make the brand logo a little bit larger (on the quick view + product page as well)
Best regards.2.Also the quick add to cart in mobile view – the variations is still very small although i did exactly what you said before in other thread (ive attached a screenshot for that)
Please help.I Added already screenshots for both issues in the previous messages in this thread
August 25, 2021 at 11:48 am #314560
Elise NoromitMemberHello,
Sorry, I have sent the CSS that was for another topic by mistake.
Please add this code to the Theme Settings > Custom CSS > Global:
.product-quick-view .wd-scroll-content { text-align: center } .website-wrapper .product-image-summary .wd-product-brands img { max-width: 150px; } .popup-quick-view .product-quick-view .wd-product-brands img { max-width: 100px; } @media (max-width: 768px){ .products .quick-shop-wrapper .swatch-on-single.swatch-with-bg { width: 40px; height: 40px; } }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register