• Hi I have a Woocommerce site with wootique theme: http://www.odorex.co.nz as the homepage already shows images of the products in the slider I don’t want the Recent products gallery to appear underneath the slider – does anyone know how to remove it please? Just remove from the home page as I still want it to appear in the other places e.g. in ‘My Account’.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.woothemes.com/support/

    hey odorex!
    you have two options to solve your problem my dear.
    option 1) Open your index.php file and remove this div “featured-products”.
    option 2) Open your style.css file and replace this code
    #featured-products.fp-slider {
    position: relative;
    }
    by

    #featured-products.fp-slider {
    position: relative;
    display: none;
    }

    @waseem chand – i think he is talking about removing the recent products, not the featured products in his gallery.

    @Oderex – how did you end up removing it ?

    hi friends i’m using wooqutie theme, i would like to add 4 product in row in my home page instate of 3, i want to make my side bar small any one have any idea. please suggest me thank you.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.woothemes.com/support/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing 'Recent Products' from home page’ is closed to new replies.