Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26222
    Profile photo of oktoradea
    oktoradea
    Participant

    Hi all,

    Can we hide the title of the products in the home layout and product categories except in a single product layout?

    the problem with the display, when the number of words line in the product title is not same will make the position of the photos are not symmetrical display.

    Thanks

    #26232
    Profile photo of Andre
    Andre
    Participant

    I’d try to find the css class used on the pages you don’t want the title to be shown and then add a display: none; to your child theme css class with the same name.

    #26233
    Profile photo of airphotogr
    airphotogr
    Participant

    Hi! The following Custom CSS works in my theme, I hope it works on yours too,

    otherwise you need to write something similar, as said above

    #wrapper .product-details {display:none!important;}

    #26356
    Profile photo of oktoradea
    oktoradea
    Participant

    Tank you andre and Airphotogr 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.