Home › Forums › WoodMart support forum › Change some colors
Change some colors
- This topic has 12 replies, 2 voices, and was last updated 1 year, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 11, 2023 at 5:32 am #474054
mrx77Participant1- How do I change the color of the triangle in the video icon on the product page?
2- How do I change the color of the image navigation arrow on the product page, and how do I enlarge the arrow?Please see the explanatory link, thank you
June 11, 2023 at 10:54 pm #474150
Elise NoromitMemberHello,
Please provide the product URL where you want to change the color we will give you custom CSS.
If you have any questions please feel free to contact us.
Best Regards
June 12, 2023 at 3:23 am #474183
mrx77Participant1- I want to change the color of the video icon to red.
2- I want to enlarge the navigation arrow between the images on the product page.
https://imgur.com/w6P1prjI attached the product link
June 13, 2023 at 12:49 am #474427
Elise NoromitMemberHello,
Sorry, I do not see any video on the product, I tried others, and still nothing. Please provide the product URL.
Best Regards
June 13, 2023 at 8:09 am #474459
mrx77ParticipantThe link is in Private content in the previous post
Move the navigation arrow and the image with the video will appear
June 14, 2023 at 12:52 am #474727
Elise NoromitMemberHello,
Find and change this code:
body .wd-action-btn.wd-style-icon-bg-text a::before { background-color: red; color: white; font-size: 13px; }
You can find the code in Theme Settings > Custom CSS.
Best Regards
June 14, 2023 at 6:01 am #474760
mrx77ParticipantColor changed successfully.
I need now2- I want to enlarge the navigation arrow between the images on the product page.
June 14, 2023 at 11:24 am #474829
mrx77Participant3- How do I remove the cart tag above the product on the store page?
Illustrative imageJune 15, 2023 at 1:31 am #475013
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-btn-arrow:after { font-size: 44px; line-height: 1; } body .wd-btn-arrow:before { font-size: 44px; line-height: 1; } body .product-grid-item .wd-action-btn { display: none; }
Best Regards
June 26, 2023 at 11:36 pm #477393
mrx77ParticipantPlease, I want to hide the inactive arrow.
Please see the pictureProduct images contain 2 arrows
One is activated and the other is inactive
Please hide the inactive arrow, because I have a lot of customers clicking on the inactive arrowJune 27, 2023 at 2:21 pm #477575
Elise NoromitMemberHello,
I am afraid there is no option to do that. We can either show them or hide, regardless its state.
If you have any questions please feel free to contact us.
Best Regards
June 27, 2023 at 4:38 pm #477644
mrx77ParticipantNo need of inactive Arrow
Because store visitors click on it
Please hide the arrow regardless of its conditionJune 28, 2023 at 1:00 am #477767
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.owl-nav>div[class*="prev"] { display:none; } .owl-nav>div[class*="next"] { display:none }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register