• i’ve been searching the posts in this forum and i cant find any relating to what i am looking for.

    i would like to change the size of the images and remove product titles in the sidebar widgets.

    i.e. random product / product tags / product categories.

    what css/code/files do i need to amend to achive this.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    There are a couple of ways to do this, the easy way is to just use

    .classname { display:none; }

    in your custom CSS (use firebug to find the right classes/ids)

    The harder way is going to be editing the core WooCommerce widget class files in woocommerce/classes/widgets/ to remove the elements that you don’t want. The only downside to this is that you will lose these changes when you upgrade WooCommerce.

    Thread Starter titchone

    (@titchner)

    how do go about resizing the images in the widget areas.do you know what file in woocommerce i need to edit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce widget images’ is closed to new replies.