WooCommerce

Discussion in 'Infoway WordPress Theme' started by profilewingman, Nov 25, 2013.

Thread Status:
Not open for further replies.
  1. profilewingman

    profilewingman New Member

    Joined:
    Jun 5, 2013
    Messages:
    9
    Likes Received:
    0
    Hello! I am using WooCommerce for my product pages and I am trying to delete the space where there is a product featured image. How do I get rid of this?

    Here is the product page I am trying to change:

    http://www.profilewingman.com/product/complete-profile-build-out/

    I want to delete the big heart next to the service explanation.

    THANKS!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    To remove image

    Code:
    .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
    display: none!important;}
    
    To make right content fullwidth

    Code:
    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 100%;}
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. profilewingman

    profilewingman New Member

    Joined:
    Jun 5, 2013
    Messages:
    9
    Likes Received:
    0
    Thank you, Nitesh!!!! It looks perfect - big help!!!!
     
Thread Status:
Not open for further replies.

Share This Page