Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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

    #294978

    Hey robert7878!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo { display: none !important; }

    Cheers!
    Yigit

    #295008

    hi,

    ok the logo is gone, but the space is still there? How can I remove the space provided for the logo above the menu?

    #295013

    Hey!

    Please add following code to Quick CSS as well

    div#header_main { display: none; }

    Best regards,
    Yigit

    #340656
    This reply has been marked as private.
    #340657

    Hey!

    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,
    Yigit

    #340785

    Yes 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.

    #340787

    Hi!

    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,
    Yigit

    #340800

    I 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…..

    #340808

    Hi!

    Please add following code to Quick CSS instead

    #header_main > .container {
    display: none;
    }

    Cheers!
    Yigit

    #340912

    Thats it!

    Thanks a lot!

    #341111

    unfortunately when the code is applied there is no menu on smartphones anymore?

    IS there a fix?

    Thanks

    #341272

    Hi!

    Please removed the code Yigit suggested. It will remove the container which holds the mobile menu.

    Regards,
    Ismael

    #341340

    Hi 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

    #341711

    Hi!

    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,
    Yigit

    #342385

    Thank 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

    #343168

    Hi!

    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,
    Yigit

    #343904

    Thank you, now everything is working fine :-)

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘No Logo’ is closed to new replies.