Home › Forums › WoodMart support forum › change font size
change font size
- This topic has 62 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
December 31, 2017 at 12:03 pm #31054
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.price ins { display: none; } .price del { color: #83b735!important; text-decoration: none; font-weight:bold; }
January 1, 2018 at 2:05 am #31110
JessParticipantHappy new year and great thanks!
.price del { color: #83b735!important; text-decoration: none; font-weight:bold; }
1. This code does not work.
2. I would like to remove “sale label”.Attachments:
You must be logged in to view attached files.January 1, 2018 at 9:59 am #31121
Artem TemosKeymaster1. Could you please provide us a link where we can see this code added? It works correctly for us.
2. You can remove it with this code
.onsale { display: none!important; }
Regards
January 1, 2018 at 10:50 am #31129
JessParticipantsale label removed, thank you.
please find Private Content.January 1, 2018 at 1:51 pm #31134
Artem TemosKeymasterReplace previous CSS code with this one
.price del .amount { color: #83b735!important; text-decoration: none; font-weight:bold; }
January 2, 2018 at 2:49 am #31175
JessParticipantThank you so much, code works!
Price in cart can not display, please find attachment.Attachments:
You must be logged in to view attached files.January 2, 2018 at 7:32 am #31202
Artem TemosKeymasterTry to add the following CSS code also
.quantity ins { padding: 0; background-color: transparent; }
January 5, 2018 at 3:23 pm #31731
JessParticipantPlease find attachment, can you please fix that?
Attachments:
You must be logged in to view attached files.January 5, 2018 at 3:54 pm #31741
Artem TemosKeymasterHi,
Sorry, but WooCommerce emails are not related to our theme. You need to contact plugin’s developers if you think that you have found some bug in the plugin.
Regards
January 5, 2018 at 4:24 pm #31746
JessParticipantok, thanks!
January 6, 2018 at 7:41 am #31767
Artem TemosKeymasterYou are welcome!
January 10, 2018 at 7:12 am #32426
JessParticipantPlease hide higher price on mobile device.
Attachments:
You must be logged in to view attached files.January 10, 2018 at 8:54 am #32468
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .product.single-product-content .price, body .product-grid-item .price { font-size: 0; } .single-product-content .price .amount { font-size: 30px; } .product-grid-item .price .amount { font-size: 18px; } .single-product-content .price .amount + .amount, .product-grid-item .price .amount + .amount { display: none; }
Regards
January 10, 2018 at 12:59 pm #32592
JessParticipantCode works, thank you so much!
There should be space between product images, please find attachment.Attachments:
You must be logged in to view attached files.January 10, 2018 at 2:06 pm #32608
Bogdan DonovanKeymasterTry to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.
.related-and-upsells .elements-grid.products { margin-left: -5px; margin-right: -5px; } .related-and-upsells .elements-grid.products .product { padding-left: 5px; padding-right: 5px; }
Regards
January 13, 2018 at 2:09 pm #33301January 13, 2018 at 2:13 pm #33303
Artem TemosKeymasterUse the following code
div.swatches-select .colored-swatch, div.swatches-select .image-swatch { width:24px; height: 24px; line-height:24px; }
January 13, 2018 at 3:46 pm #33309
JessParticipantIt is working, thank you!
January 13, 2018 at 4:05 pm #33312
Artem TemosKeymasterYou are welcome 🙂
January 17, 2018 at 2:11 pm #33825January 17, 2018 at 3:02 pm #33837
Artem TemosKeymasterTry this CSS snippet
.popup-quick-view .entry-summary .entry-title { font-size: 18px!important; }
January 18, 2018 at 3:01 pm #34045
JessParticipantPlease find two attachments.
Attachments:
You must be logged in to view attached files.January 18, 2018 at 3:50 pm #34086
Artem TemosKeymasterHere is a code to change the font size
h4.woodmart-sizeguide-title { font-size: 18px; }
Unfortunately, you can’t change the icon easily.
January 18, 2018 at 4:11 pm #34087
JessParticipantThank you, the icon is ok.
January 18, 2018 at 8:17 pm #34132
Artem TemosKeymasterYou are welcome.
January 21, 2018 at 2:13 am #34505
JessParticipantPlease teach me how to show the cart widget side bar, the bar disappeared in cart.
Attachments:
You must be logged in to view attached files.January 21, 2018 at 9:47 am #34524
Artem TemosKeymasterYou can enable this kind of the cart widget in Theme Settings -> Header -> Shopping cart widget -> Shopping cart position -> Hidden sidebar.
Regards
January 21, 2018 at 1:23 pm #34557
JessParticipantThank you so much! The scroll bar shows up in cat widget.
Please find attachment.Attachments:
You must be logged in to view attached files.January 21, 2018 at 3:33 pm #34569
Artem TemosKeymasterUse this code snippet
h3.slider-title { font-size: 18px; }
February 9, 2018 at 3:18 pm #38682 -
AuthorPosts
The topic ‘change font size’ is closed to new replies.
- You must be logged in to create new topics. Login / Register