Tagged: mobile logo, quick css
-
AuthorPosts
-
January 12, 2015 at 12:28 am #378074
I recently removed my logo from my web site. However, when you minimize the browser so that it takes on the mobile aspect of the site the reduced logo is still present. I can not remember how to remove this logo and do not show any quick css codes that adds this logo.
January 12, 2015 at 12:29 am #378075The only Quick CSS code that I have added is to remove the default enfold logo:
.logo { display: none; }
January 12, 2015 at 5:37 pm #378400Hi!
Please add following code to Quick CSS as well
.responsive .logo { display: none !important; }
Cheers!
YigitJanuary 23, 2015 at 7:58 pm #384592Yigit,
When I add your code it messes up the header as I am using the collapsible menu square. Is there a section in the actual code to go in and remove /replace the mobile icon?
January 24, 2015 at 12:25 pm #384854Hi!
Please replace the code with this:
@media only screen and (max-width: 767px) { .responsive .logo { display: none !important; } #advanced_menu_toggle, #advanced_menu_hide { margin-top: 10px; } #header_main { min-height: 82px; } }
Cheers!
IsmaelJanuary 28, 2015 at 12:52 am #386719Ismal:
The solution you provided gives me the option to completely remove the logo. Where would I go to replace the logo with a new one only for the mobile side?
You will find that the logo on my mobile side is completely different from the regular web site side.
AustinDowntownCondos.com
As well how do I apply padding to my new logo so that it is not so close to the header menu tabs?
January 28, 2015 at 12:54 am #386720Ismal:
The solution you provided gives me the option to completely remove the logo which fixes one of my sites.
Where would I go to replace the logo with a new one only for the mobile side?
You will find that the logo on my mobile side is completely different from the regular web site .
AustinDowntownCondos.com
As well how do I apply padding to my new logo so that it is not so close to the header menu tabs?
January 29, 2015 at 8:34 am #387556 -
AuthorPosts
- You must be logged in to reply to this topic.