Hide site title in mobile view

Rita r June 25, 2020 at 9:43 am

Hello!

I would like to hide the site title from the homepage on the mobile view, because it looks odd. Is it possible? How could I do it?
I managed to hide it in the desktop view with an additional CSS code: body .site-title {display: none;}, but it stays in the mobile view.

Any help would be appreciated!!

Replies (1)

  1. Rita r June 25, 2020 at 9:43 am

    Hello!

    I would like to hide the site title from the homepage on the mobile view, because it looks odd. Is it possible? How could I do it?
    I managed to hide it in the desktop view with an additional CSS code: body .site-title {display: none;}, but it stays in the mobile view.

    Any help would be appreciated!!

  2. Spiracle Themes June 25, 2020 at 2:20 pm

    Hi Rita,

    Please try the CSS below

    body .site-title {
    display: none !important;
    }

    @media (max-width: 767px) {
    .navbar-brand {
    padding: 0;
    padding-left: 15px;
    }
    }

    Copy and paste it in Appearance -> Customize -> Additonal CSS

    Let us know if you have any questions

    Best Regards

Post a Reply

Reply To: Hide site title in mobile view
Your information: