Remove Page Title mobile

Hey guys, I can’t get the page title removed from the top of the page in mobile view. Somehow I’m too stupid. Can anyone give me a hint? I’ve already tried it myself, without success! It cannot be seen in the desktop version. The page… https://daspsychocoaching.com/boris_pavlekovic/

Hello Marc,

Thanks for writing to us.

I checked your given page URL it seems that there is no page title on the mobile mode. I noticed that you have added a text logo in the header that is rendering in mobile mode. In case if you are pointing to that then you can disable it by using custom CSS code under X—>Theme Option–>CSS

@media(max-width:979px){
.masthead .x-brand {
    display: none;
}
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Many thanks for your support! The page is a tamplate from xTheme. So I thought that you also support this, because it is made available by you !? Here is the page … https://demo.theme.co/lawyer/

I will try the CSS code once. Maybe you still have an idea how I can solve this via the theme / tamplate!

Hello Marc,

Please note that it is not a page title, it is a logo that is been hide in desktop mode and displayed in mobile mode. In our demo, we are using Image as a logo and you are using Text as a logo. As you want to change from our demo, you need to use the custom CSS as there is no option to hide it on mobile devices.

Thanks

I’ve built in the CSS. Everything is super! Thank you very much for your help!!! :pray:

Hello Marc,

Glad that we were able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

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