Tagged: bullet points
-
AuthorPosts
-
April 19, 2024 at 12:49 am #1440325
I’m having an issue showing bullet points on my product pages as the Avia layout builder doesn’t seem to work with woocommerce and it’s basically forcing me to use “Classic Editor”. Any help would be very appreciated! https://cascomfg.com/product/fire-pit-covers/ – for instance on this page, all the “sizes available” are showing bullet points on the backend but not on the frontend. Of course, on the home page you can see bullet points as Avia is working on typical “pages”.
Thank you for your help!
April 19, 2024 at 1:14 am #1440327Hey Searchrllc,
Thank you for the inquiry.
Are you trying to apply bullets or disc to the list? Please add this css code:
.single-product-summary ul { list-style: inside; }
Please note that activating the Advanced Layout Builder for the products might limit functionality and prevent default features from displaying or working properly. We recommend using the default editor when building the product content.
Best regards,
IsmaelApril 24, 2024 at 6:42 pm #1440711Hey Ismael,
Perfect, thanks a ton for the quick response! Really appreciate it! I’m having the same issue on one of our partner site: https://outdoorcoversbycasco.com/product/casco-round-fire-pit-cover/
I added the code you provided above but any help within the “Specifications” tab would be great. Thanks again!
April 24, 2024 at 8:03 pm #1440729Hi,
Please try this CSS as well:
.woocommerce-Tabs-panel ul { list-style: disc; }
Best regards,
RikardApril 24, 2024 at 10:44 pm #1440735Hey Rikard,
Thanks again for the quick response! That one didn’t seem to work for the specifications tab on outdoorcoversbycasco.com. Anything else you think I could try? I deleted the cache but unlike Cascomfg.com, the tab bullets still aren’t working.
Really appreciate you and your team!
April 25, 2024 at 3:20 am #1440751 -
AuthorPosts
- You must be logged in to reply to this topic.