• Hello,

    I have been using the Dokan theme with Elementor and I just switched to the Storefront theme.

    Now the product thumbnails on the home page looks weird https://snipboard.io/fwiHzM.jpg (includes some random text (ie footer links) & star ratings showing in the background) and I do not know how to fix this to make it look like before when it was on the Dokan theme: https://snipboard.io/5DEexR.jpg

    Any idea how to fix this?

    Best,
    Chris

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • RK a11n

    (@riaanknoetze)

    Hi there,

    Looking at the underlying CSS for those products, it seems that Storefront’s styles are overridden by those from Elementor. To remedy that, you’ll want to use the following custom CSS:

    
    .site-main ul.products.columns-6 li.product {
      width: 100% !important;
    }
    

    If you’re wondering, you can add that to your WordPress settings under **Appearance > Customize > Additional CSS**

    Thread Starter Lori Boone

    (@pleazo)

    Hi RK,

    Thanks for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product thumbnails looking weird’ is closed to new replies.