-
AuthorPosts
-
July 23, 2014 at 3:16 pm #294963
1)
Is it possible to have no logo displayed?
Under header layout, I chose Logo center , menu below. For the menu it is ok because I want it to be centered, but I don’t want a logo being displayed.thx
July 23, 2014 at 3:47 pm #294978Hey robert7878!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { display: none !important; }
Cheers!
YigitJuly 23, 2014 at 4:34 pm #295008hi,
ok the logo is gone, but the space is still there? How can I remove the space provided for the logo above the menu?
July 23, 2014 at 4:39 pm #295013Hey!
Please add following code to Quick CSS as well
div#header_main { display: none; }
Best regards,
YigitOctober 24, 2014 at 4:01 pm #340656This reply has been marked as private.October 24, 2014 at 4:03 pm #340657Hey!
You have custom CSS code to hide header that removes main menu. Would you like to use secondary menu? If so, please go to Appearance > Menus and choose to display your menu as Enfold Secondary Menu under Menu Settings
Best regards,
YigitOctober 24, 2014 at 9:19 pm #340785Yes the code is from you. I don’t want a secondary menu only the main menu. Under enfold/header/headerlayout/ I chose “logo center menu below”
The custom css code you once gave should remove the space of the logo, because I don’t want to have one.
Can you please fix that ? Thank you so much.
October 24, 2014 at 9:23 pm #340787Hi!
The code i posted earlier removes header. Please remove the code from Quick CSS and point out the changes if there needs to be make some. Please also see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Regards,
YigitOctober 24, 2014 at 10:13 pm #340800I watched the video but it does not help.
All I need is a centered main menu (no secondary menu) with no logo above. AND that the space provided for the logo is removed.
The 2 custom css codes you once wrote me (see at the beginning of this thread) did that until I updated to enfold 3.x.
Since then the main menu disappeared…..
October 24, 2014 at 10:43 pm #340808Hi!
Please add following code to Quick CSS instead
#header_main > .container { display: none; }
Cheers!
YigitOctober 25, 2014 at 7:17 am #340912Thats it!
Thanks a lot!
October 26, 2014 at 9:56 am #341111unfortunately when the code is applied there is no menu on smartphones anymore?
IS there a fix?
Thanks
October 27, 2014 at 2:26 am #341272Hi!
Please removed the code Yigit suggested. It will remove the container which holds the mobile menu.
Regards,
IsmaelOctober 27, 2014 at 8:05 am #341340Hi Ismael,
thanks for the quick reply. Is there no other way?
With Yigits old code:
.logo { display: none !important; }
div#header_main { display: none; }It was possible to have no logo space (I don’t want to have a logo and also not the space provided for it) on a the desktop version of the website and on smartphones there was still the mobile menu displayed. This stopped working somehow after updating to enfold 3.x.
Yigits new code
#header_main > .container {
display: none;
}
does on desktop systems exactly what it should, but is there now other way to show the mobile menu too?Thanks,
Robert
October 27, 2014 at 7:39 pm #341711Hi!
Please add following code to Quick CSS
@media only screen and (min-width: 990px) { #header_main > .container { display: none; }} .logo { display: none !important; }
This should make the part you would like to remove, disappear on desktop and show menu on mobile with no logo
Regards,
YigitOctober 28, 2014 at 7:36 pm #342385Thank ist working almost perfect. On all smartphones I tested the site the menu button was only visible 2/3. The 1/3 of the mobile menu button is covered by the header area. See for yourself on a smartphone http://www.draussen.at
I don’t know if its possible to solve this. The way it is now is working alos fpr me.
Thanks for the great support,
robert
October 30, 2014 at 2:30 am #343168Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) { a#advanced_menu_toggle { margin-top: 10px; }}
Best regards,
YigitOctober 31, 2014 at 8:50 am #343904Thank you, now everything is working fine :-)
-
AuthorPosts
- The topic ‘No Logo’ is closed to new replies.