Home>Support>remove image from woocommerce subcategory page

remove image from woocommerce subcategory page

I really hope someone can help me out on this one. I want to remove product image from woocommerce product. I tried every code suggested and it does not remove the image. I did check it out with the new css plugin but is says something really weird like [.attachment-shop-single.wp-post-image] However when editing this it does not dissapear. Anyone please help me out.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 days ago Andrew Misplon
    Hi, I Work Here

    Hi Lvbarcelona

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 7 days ago lvbarcelona

    Hello Andrew. I did solve this with the new custom css and tried some different codes. I must say this is a really amazing way to customize my page. However I am having some difficulties in moving the product tittle and the add to cart on the product page. Could you please help me out with this?

  3. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Super :) Really glad to hear you’ve been making progress.

    Moving the title and add to cart, unfortunately, will most likely take us into custom development territory. It usually requires us to unhook those elements and then use a child theme to re-place them where we want them to go. If you want to just slightly adjust their position using padding, then that’s something we could help with here. To move the items to other parts of the page you’d need to seek out a developer to assist. We recommend Codeable.

  4. 9 years, 6 days ago lvbarcelona

    OK I figured a way around my slide on the product page so everything can be aligned under each other. The only thing that is not working is aligning the cart to the middle. Maybe I missed something in the codes.

  5. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  6. 9 years, 6 days ago Private Message - lvbarcelona

    This is a private message.

  7. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Are you asking about the content description below the image and why that’s left aligned? If so, it’s because Custom CSS has been used to change the content wrapper max width. If you want to exclude the main content area from this, you can say:

    body.responsive.layout-full #page-wrapper #main .full-container {
    max-width: 1080px;
    }
    
  8. 9 years, 6 days ago lvbarcelona

    Hi Andrew,
    The body is positioned fine. Underneath the image slider is the cart button it says winkelmand and the numbers you can add to the cart. This is on the left side of the image slider and I want it positioned to the center. I tried with text alignment but could not move this.

  9. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {
        float: none;
        display: inline-block;
    }
    
  10. 9 years, 6 days ago lvbarcelona

    Hi Andrew,

    That did the trick. This is so amazing. I would have never guessed that thos was the code. I guess I still have a lot of learning to do on coding with css. But I am a fast learner. Thank you so much. I love siteorigin and my theme vantage pro. :)

  11. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Super :) Glad to hear that helped.

    Ref: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More