How to remove shop title

Hello. I am using the X theme and have setup the “App” demo. How do I remove from my shop the title in the header “The Shop”? It is right beneath my logo and looks unprofessional.

Hi Aleksandar

Please go to X > Theme Options > Renew and add a space as the name of the shop at the very bottom:

Alertnatively, you can add the CSS code below to X > Theme Options > CSS:

.post-type-archive-product .x-landmark {
    display: none;
}

Thank you.

Thank you!

You’re welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.