Home › Forums › WoodMart support forum › Quick shop button style
Quick shop button style
- This topic has 15 replies, 2 voices, and was last updated 6 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 22, 2018 at 12:11 pm #78468
jnavarroParticipantHi Elise, how could i change the style for the circle button in the screenshot? (after making a few CSS changes, the square of the bottom of the button don´t come back to be transparent, even removing the changes, and now is white).
Attachments:
You must be logged in to view attached files.September 22, 2018 at 12:43 pm #78474
Elise NoromitMemberHello,
Please provide your site admin access, I will check.
Best Regards
September 23, 2018 at 10:07 am #78574
jnavarroParticipantNow is ok again, could you let me know the css code for the style of that button? and i will try to modify
September 23, 2018 at 10:55 am #78578
Elise NoromitMemberHello,
I need to see your site, cause the CSSS selector will depend on the style of the hover on the product.
Please provide your site URL. If your site is under maintenance also provide your admin access.
Best Regards
September 23, 2018 at 11:15 am #78585
jnavarroParticipantmy site is down, is public
September 23, 2018 at 1:51 pm #78594
Elise NoromitMemberHello,
Please try this code:
body.woodmart-buttons .woodmart-add-btn>a { overflow: visible; } body.woodmart-buttons .woodmart-add-btn>a:before { content: "\f11d"; font-family: woodmart-font; font-size: 21px; }
Modify it and add to the Theme Settings > Custom CSS
Best Regards
September 24, 2018 at 8:41 am #78683
jnavarroParticipanti used the code down, and won´t change anything
body.woodmart-buttons .woodmart-add-btn>a {
overflow: visible;
color: red;}
body.woodmart-buttons .woodmart-add-btn>a:before {
content: “\f11d”;
font-family: woodmart-font;
font-size: 51px;
color: red;
}Attachments:
You must be logged in to view attached files.September 24, 2018 at 8:58 am #78688
Elise NoromitMemberHello,
Please provide your site admin access.
Best Regards
September 24, 2018 at 4:34 pm #78763
jnavarroParticipanti attach the admin access
September 24, 2018 at 6:11 pm #78777
Elise NoromitMemberHello,
Please specify the shape: round or square and the background: transparency or?
Best Regards
September 25, 2018 at 8:46 am #78853
jnavarroParticipantTransparency
September 25, 2018 at 10:07 am #78882
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS
.woodmart-hover-tiled .woodmart-buttons { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } div.woodmart-hover-tiled .woodmart-buttons > div a { width: 45px; background-color: #fff!important; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1)!important; box-shadow: 1px 1px 1px rgba(0,0,0,.1)!important; border-radius: 50%; }
Best Regards
September 25, 2018 at 11:15 am #78891
jnavarroParticipantI was confused, i thought that would be transparency-rounded like the original theme, could you let me know the code to make it ROUND?
September 25, 2018 at 11:55 am #78904
Elise NoromitMemberHello,
You have not added the cod it makes the button round http://prntscr.com/kyhk7d
As you can see the transparent background makes the button not visible enough if you still insist replace add this code:
.woodmart-hover-tiled .woodmart-buttons { background-color: transparent!important; -webkit-box-shadow: none!important; box-shadow: none!important; } div.woodmart-hover-tiled .woodmart-buttons > div a { width: 45px; background-color: transparent!important; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1)!important; box-shadow: 1px 1px 1px rgba(0,0,0,.1)!important; border-radius: 50%; }
Best Regards
September 25, 2018 at 1:17 pm #78925
jnavarroParticipantNow is rounded, so is perfect, yes you are right is not very clear the button, i will do less transparent, thanks so much!
September 25, 2018 at 2:15 pm #78947
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Quick shop button style’ is closed to new replies.
- You must be logged in to create new topics. Login / Register