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!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
Thanks for your help!
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.