Home Forums WoodMart support forum shop page header!

shop page header!

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

    Blaze
    Participant

    How to disable the Shop page heading only for mobile devices?
    Is there any CSS code for it?

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

    Artem Temos
    Keymaster

    You can add the following CSS code for mobile devices in Theme Settings to hide it

    .title-shop {
    	display: none;
    }

    Regards

    #45516

    Blaze
    Participant

    I have added the CSS code for mobile devices but it still shows on mobile!!
    Is there any more option to do it?

    #45522

    Blaze
    Participant

    YES, it worked!
    Thank you very much.

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

The topic ‘shop page header!’ is closed to new replies.