Home › Forums › WoodMart support forum › Woocomerce font style
Woocomerce font style
- This topic has 5 replies, 4 voices, and was last updated 4 years, 11 months ago by Bogdan Donovan.
-
AuthorPosts
-
November 8, 2019 at 8:13 pm #155845
[email protected]ParticipantHello,
I have an issue with font style on woocommerce category pages (under products).
Please see the picture.
ThanksAttachments:
You must be logged in to view attached files.November 8, 2019 at 8:15 pm #155846
[email protected]ParticipantPlease see the picture.
Attachments:
You must be logged in to view attached files.November 9, 2019 at 6:31 am #155885
Aizaz Imtiaz AwanKeymasterHello,
Can you please send me the WP admin login details of your site also give the URL of that product page where the bullets not working. So I will check and give you the proper solution.
Best Regards.
November 9, 2019 at 8:00 pm #155988
[email protected]ParticipantHello,
I have these issues on all shop pages (Categories and Product).
Thanks.November 10, 2019 at 3:29 pm #156114
Artem TemosKeymasterWe will fix these style issues in our next theme update. Thank you for the report.
November 25, 2019 at 7:55 am #158754
Bogdan DonovanKeymasterHi,
During investigating the following issue we have checked your site again and found that you are using the third-party plugin text editor for categories description. Since by default, user cant add lists to the Woocommerce categories, we will not add this code in theme files, but you can add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.term-description > ol, .term-description > ul, .term-description-footer > ol, .term-description-footer > ul { margin-bottom: 20px; padding-left: 20px; text-align: left; } .term-description > ol li, .term-description > ul li, .term-description-footer > ol li, .term-description-footer > ul li { margin-bottom: 10px; } .term-description > ol li:last-child, .term-description > ul li:last-child, .term-description-footer > ol li:last-child, .term-description-footer > ul li:last-child { margin-bottom: 0; } .term-description > ol li > ul, .term-description > ul li > ul, .term-description-footer > ol li > ul, .term-description-footer > ul li > ul, .term-description > ol li > ol, .term-description > ul li > ol, .term-description-footer > ol li > ol, .term-description-footer > ul li > ol { margin-bottom: 0; } .term-description > ol ul, .term-description > ul ul, .term-description-footer > ol ul, .term-description-footer > ul ul, .term-description > ol ol, .term-description > ul ol, .term-description-footer > ol ol, .term-description-footer > ul ol { margin-top: 10px; padding-left: 20px; } .term-description > dl, .term-description-footer > dl { text-align: left; } .term-description > dl dt, .term-description-footer > dl dt { color: #2D2A2A; font-weight: 700; } .term-description > dl dd, .term-description-footer > dl dd { margin-bottom: 20px; } .term-description > ul ol > li, .term-description-footer > ul ol > li, .term-description > ol > li, .term-description-footer > ol > li, .term-description > ol ol > li, .term-description-footer > ol ol > li { list-style: decimal; } .term-description > ul ol > li:before, .term-description-footer > ul ol > li:before, .term-description > ol > li:before, .term-description-footer > ol > li:before, .term-description > ol ol > li:before, .term-description-footer > ol ol > li:before { content: none; } .term-description > ul > li, .term-description-footer > ul > li, .term-description > ul ul > li, .term-description-footer > ul ul > li, .term-description > ol ul > li, .term-description-footer > ol ul > li { position: relative; list-style: none; } .term-description > ul > li:before, .term-description-footer > ul > li:before, .term-description > ul ul > li:before, .term-description-footer > ul ul > li:before, .term-description > ol ul > li:before, .term-description-footer > ol ul > li:before { content: "\f110"; position: absolute; top: 6px; left: -20px; font-size: 8px; font-family: "woodmart-font"; }
Best Regards
-
AuthorPosts
Tagged: bullets, product page
- You must be logged in to create new topics. Login / Register