Home>Support>Mobile menu no search field and no site description

Mobile menu no search field and no site description

Hello!

I have a site with Vantage Premium. I want to hide the header text and the text I’ve added to the logo in devices smaller than 768×1024. Can you please help me? My site is the http://erbagyogymod.hu

Code snippets:

#masthead .hgroup .logo::after {
    font-style:italic;
    position:absolute;
    top:50%;
    margin-top: -1.2em;
    content: "2040 Budaörs, Szivárvány u. 3. 1/10 a Tel: +3620/5271566";
    white-space: pre;
    color: #4b4b4b!important;
    padding-left:5px;
}

#masthead .hgroup .logo img {
  vertical-align:middle;
    float: left;
}

And I want to hide the search field from the mobile menu too.

Thanks for the help!

URL: http://erbagyogymod.hu

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Dávid

    Sorry we weren’t able to reply sooner.

    To hide the search field on mobile, insert the following at Appearance > Custom CSS:

    /* Hide Search In Mobile Nav */
    
    .mobile-nav-frame form.search input[type=search] { display: none; }
    

    To hide the header:

    /* Header */
    
    @media (max-width: 780px) {
    	body.responsive.layout-full #page-wrapper #masthead .hgroup.full-container {
    		display: none;
    	}
    }
    

    Hope that helps.

  2. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    For sure :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More