Jump to content

Disable the logo (text or image) in mobile mode


Janyour

Recommended Posts

4 hours ago, Janyour said:

oh thank you ABGenc, can you tell me please what i should do with this class ? paste some code ?

:)

 

For default theme ;

Find

			<header>
				<div class='ipsLayout_container'>

and change div as follows

<div class='ipsLayout_container ipsResponsive_hidePhone'>

Seems to work on my test site.

Link to comment
Share on other sites

  • 2 years later...
@media screen and (max-width: 767px) {
.logo {
    display: none !important;
}
}  

Hi guys, above code does not work for default theme, can you correct me please...

and what is the code for apply tablet view? what I want to do is hide logo in mobile and tablet.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...