 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
October 6, 2016 at 1:20 pm #695994How do I remove the Logo from the top header of my site? October 6, 2016 at 6:24 pm #696135Hey Guilherme, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file: #top .logo { display: none; }Best regards, 
 JordanOctober 6, 2016 at 7:48 pm #696156Yeah, that worked just fine. I have another problem. My main menu is on the left. The menu from enfold does not understand that and (aligned to the right) goes through the page. What can I do to fix it? October 6, 2016 at 7:49 pm #696157Sorry, missed this info October 6, 2016 at 10:33 pm #696216Hey! Can you please elaborate on the issue you are having? I checked your website but did not see anything odd. Cheers! 
 YigitOctober 10, 2016 at 1:41 pm #697302When, on enfold option, I set to be on the edge of the site, the menu itself goes through the site. If you want to try and see for yourself I’ll leave a link to the admin panel. — 
 @EditAlso, I want to know how can I remove the menu from showing up on mobile. - 
		This reply was modified 9 years ago by Guilherme. 
 October 10, 2016 at 2:02 pm #697325Hey! 1- Can you please post a screenshot and show the issue? I still cannot understand, i am sorry. 
 2- Please add following code to Quick CSS@media only screen and (max-width: 767px) { .sfm-no-mobile #sfm-sidebar { display: none!important; } .sfm-no-mobile.sfm-pos-left body, .sfm-no-mobile.sfm-pos-left #wpadminbar { padding-left: 0 !important; }}Regards, 
 YigitNovember 8, 2016 at 12:52 pm #709754Ok, that worked just fine. Now what I need is to remove the header completely from mobiles. How can I do it? November 8, 2016 at 2:21 pm #709792Hi, You can remove the header by adding this code to Quick CSS: #header { display: none; }You also might want to remove this black bar on top of your site, just add this on Quick CSS: #sfm-mob-navbar { display: none !important; }Hope this helps :) Best regards, 
 NikkoNovember 8, 2016 at 3:02 pm #709843I want to remove the header just for mobiles, not for desktops as well. And that black bar is my menu, I need to have that. November 8, 2016 at 3:10 pm #709847
- 
		This reply was modified 9 years ago by 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
