This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Mobile menu no search field and no site description

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 6 months ago

    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. Andrew Misplon Staff 10 years, 6 months ago

    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.

Have a different question or issue?

Start New Thread