Okay
  Public Ticket #2948281
Changing the product image
Closed

Comments

  •  6
    mnikolett1982 started the conversation

    Hi! 

    I have recently purchased this item. Very good job. I love it. But I would have some questions: 

    1) This is the book template. For example, if I would distribute CDs, or any kind of other products, how can I change the standard, default book-product image in only these specific categories? If I upload a CD or a pencil, it doesn't look good having a book image in the background. 

    See: https://www.eszterkonyveshaz.hu/cd1/

    2) How can I change "Add to cart" font? Since we use accents in Hungarian, this font doesn't look really good. I could change some other fonts, but I don't find this one. 

    Thank you for your help. 

    Nikolett

  • [deleted] replied

    Hi Nikolett,

    1— You just need to delete or comment on those three CSS changes that we added to make Bookstore demo more special.

    See video: https://d.pr/v/1WzPPP

    2— You just need to delete this selector (see video) and then save the changes.

    Thanks!

  •  6
    mnikolett1982 replied

    Hi. 

    1) I don't want to delete this style in ALL categories, but only from those, where there are no books but other products available. Like CDs, cards, etc. I would like to keep the "book stlye" in the BOOK categories. 
    For me your video is not really a relevant help. Can you help me more directly? 

    2) This is the same video as you sent for point 1. Can you send me the current video?

    Thank you.

  • [deleted] replied

    Hi Nikolett,

    1— To remove that design from your products that are not books, you can add this CSS code:

    .woocommerce-product-gallery__image:after {
        box-shadow: 0 0 0px rgb(255 255 255 / 20%) !important;
        background: rgba(0,0,0,.00) !important;
    }

    in the Parameters and Options > Custom CSS area of those products.

    2— Oh, sorry for that, I just added the correct video link there.

    Thanks!