Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710008

    I would like to remove the product name on the shop overview pages so only images and the price are to be seen.
    Also I would like to increase the size of the product prices on the shop page.
    At the moment I have the “default without buttons” option selected and the price is on the left side of the box.
    Would it be possible to remove the product name and move the price to the middle and increase size?

    Hope you can help, thanks in advance.

    #710055

    Hey Telecompatible,

    Please post a link on the page mentioned, so we can inspect this further.

    Best regards,
    Nikko

    #710502

    Hi,

    What I meant is to remove the product name on the category page.

    Now it shows from every product the product image with under it the product name in price.

    I would like to remove the product name(their must be a line of code to add)
    and ideally have the price centered.

    #710980

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .archive.woocommerce .products .product h3 {
        display: none;
    }
    .archive.woocommerce .price span { 
        font-size: 20px; 
    }
    

    If that does not help, please post a link to your page and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.