Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1520712
shop page won't allow add to cart
Closed

Comments

  • hollywebb7785 started the conversation

    Hi there,

    Could you please help me with the shop page in woo commerce.

    There is an 'ADD TO CART' below all the images in my shop. When you click this add to cart link it will not add the product to the cart. To add a product you have to go into the product and add the product to cart from there. 

    Can you please tell me how you are able to add to cart from the shop page.

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    I still can add the products to the cart - check this image

    Maybe you add a product already has on the cart, so it just update the amount of products.

    Best Regards,

    PenciDesign

    .

  • hollywebb7785 replied

    ok thanks.

    i definitely didn't have a product in the cart, but appears to be working from what you have posted.

    Could you please advise how to change the bright yellow colour in this image as it doesn't go with my website colours, or remove the number of products in that category altogether? 

    If there is also CSS I have to use to change this - Please can you advise me where this CSS goes also, as I have never used it before and don't know where to put it or how.

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    mark.count{ display: none; ; }

    Best Regards,

    PenciDesign

  • hollywebb7785 replied

    Thank you very much - that worked.

  • hollywebb7785 replied

    I also have two more questions at the moment.

    Is there a way to change the image behind the 'QUOTE (which is above the instagram footer on my site)

    Also, Is there a way to remove the logo from all the pages other than the homepage?

    Thank you for your help.

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please remove it via Customize > Colors for Footer > Footer Widget Area Background Image

    2/ To do that, please add more this code to Customize > Custom CSS:

    body:not(.home) #logo{ display: none;  }
    body:not(.home) .header-slogan{ margin-top: 0;  }

    Best Regards,

    PenciDesign