• Resolved icetechy

    (@icetechy)


    Hi please how do i make the List view button display smaller fonts and a thumbnail image of products using Oceanwp theme?

    • This topic was modified 5 years, 7 months ago by icetechy.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Add the below code to the Customize > Custom CSS section to do it –

    .woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap {
        display: block;
    }
    .woocommerce ul.products.list li.product li.title a {
        font-size: 18px;
    }
    Thread Starter icetechy

    (@icetechy)

    Hi than you so much. It worked but then the image size is so small. how can I increase the image size?

    Go to Customize > Woocommerce > Product Image and set size as per your need.

    Thread Starter icetechy

    (@icetechy)

    I have done that but it didn’t work. although the list function works perfectly on mobile. But on desktop the product image will appears too small and not centered.

    Can you try to disable/enable plugin one by one to check for a possible conflict?

    Thread Starter icetechy

    (@icetechy)

    Hi I have done all that but still It still displays that way.

    Hello,

    I can’t view your page. It displays access denied. Try to disable all the plugin except ocean extra + woocommerce and check it works or not. Can you try to upload some larger image 800x600px size to check it?

    Thread Starter icetechy

    (@icetechy)

    Hi I have disabled Ocean Extra it is causing so much issues in my site. And I changed my child theme. Now the list view is working perfectly. thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Elementor + Oceanwp shop grid/list view’ is closed to new replies.