This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

remove image from woocommerce subcategory page

Resolved 11 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

11
  1. Andrew Misplon Staff 10 years, 4 months ago

    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. lvbarcelona 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    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. lvbarcelona 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    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. lvbarcelona Private 10 years, 4 months ago

    This is a private message.

  7. Andrew Misplon Staff 10 years, 4 months ago

    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. lvbarcelona 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    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. lvbarcelona 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread