• Resolved essentiallyemma

    (@essentiallyemma)


    For some reason there are these random bullets added to my products widget and I can’t figure out how to get rid of them! Any ideas? Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI @essentiallyemma

    Thanks for reaching out!

    I checked your site and I can see the bullets you are referring to here as seen in the image below:

    This could be due to your theme or another third-party plugin that causes this to appear.

    Can you please try to switch to the default Storefront theme and only WooCommerce plugin is enabled and see if the bullets disappear?

    If so, then this kind of problem is usually caused by your theme or a third-party plugin present on your site. We can run a conflict test to verify this. I’d recommend cloning your site to a staging environment and performing the tests described on this guide without modifying your live site or impacting customers. Many hosts provide staging facilities, so it’s worth checking in with them. It’s also possible to do it using the free WP Staging plugin.

    If this was caused by a third-party plugin present on your site, it would be best to reach out to the developers for further assistance here.

    Let us know how it goes!

    Meanwhile, you could hide these bullets by adding the CSS code below under Appearance > Additional CSS:

    /* Hide bullets on homepage */
    
    .wc-block-grid__product {
    	list-style-type: none !important;
    }

    Hope this helps!

    Thread Starter essentiallyemma

    (@essentiallyemma)

    That worked, thanks so much!!

    Hi @essentiallyemma

    You are most welcome and we’re glad that worked! 🙂

    I will be marking this thread as resolved. Should you have further inquiries, kindly create a new topic here.

    Meanwhile, if you have a moment to spare, we would love it if you could share your thoughts with us by leaving a review or feedback. Your experience and feedback are important to help us improve and ensure we’re always providing the best possible support.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Products widget bullet points’ is closed to new replies.