Hide site title in mobile view

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2074


      Rita r
      Guest

      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!!

    • #2075


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

Reply To: Hide site title in mobile view

Your information: