Home Forums WoodMart support forum title page

title page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101886

    aapustyn
    Participant

    hello How can I hide the title of the page, but leave it for mobile devices?

    Attachments:
    You must be logged in to view attached files.
    #101903

    Hello,

    Try this code, add it to the Theme Settings > Custom CSS > Desktop

    .tax-product_cat .page-title-default {
    	display:none;
    }

    Best Regards

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