Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #575731

    Hi there,

    I’d like to remove the logo option completely from the header. We don’t have a logo and so don’t need it.
    Is it possible to do this with some quick css?

    Many thanks,

    Krissie

    #575744

    Hey Krissie!

    Yes, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo, .responsive .logo { display: none !important; }

    Best regards,
    Yigit

    #575751

    Great thanks Yigit!
    Is there any way of reducing the gap, if I centre the menu?

    #575759

    Hi!

    Do you mean header height? If so, please go to Enfold theme options > Header and change header height. If that is not what you meant, please post a screenshot and show the changes you would like to make. A link to your website would help as well : )

    Best regards,
    Yigit

    #575770

    Well, if I want to use a centred menu and have no logo, there is a white space between the top menu and the main menu. I’d just like to reduce it down a bit. I presume the header height option would make the main menu smaller too?

    I’ll have to give you a login to view it as the site isn’t live. Let me know if you need that still.

    Cheers Yigit! :)

    #575775

    Hi!

    Please try adding following code to Quick CSS and adjusting it

    .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 50px !important; }

    If that does not help, please post a screenshot :)

    Regards,
    Yigit

    #575794

    No it doesn’t work, it creates white space rather than gets rid.

    How do I send a screen shot?

    :)

    #575799

    Hi!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    #575829

    Hi Yigit,

    I’ve created a login for you, so you can look.
    You can also see what I mean about the menus.

    Please view the home page. The site is still being worked on.

    #575837

    Hi!

    Please add following code to Quick CSS

    .container.av-logo-container {
        display: none;
    }

    Cheers!
    Yigit

    #575839

    Is there any way of just making it smaller in height? Now you get a preview of the next page which doesn’t look very good.
    Sorry!

    #577334

    Hi!

    Please add following code to Quick CSS instead and adjust as needed

    .container.av-logo-container {
    height:10px !important;
    max-height: 10px !important;
    }

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.