Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #711005

    Hi There,
    I am trying to remove the logo from a website. I have tried various code from other posts without much luck. I want the menu to stay at the top and the logo it going to be placed in the slider. Header set to ‘Logo center, Menu below’. I have managed to hide the logo and remove the header but I’m left with a gap of 90px.

    This is the code I have so far:
    .logo img { display: none; }
    #header_main > .container { display: none; }

    #711010

    Hey Byrne!

    I just loaded your web site and I see no logo.
    Have you fixed the issue?

    Thanks a lot

    Regards,
    Basilis

    #711064

    Hi There,
    I think found a solution. I added:

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

    I haven’t looked at the tablet or mobile yet, I’ll get back to you if I need any help.
    Thanks

    #711302

    Hi,

    Great! Glad you figured it out!
    We will keep the thread open and wait to hear from you. However, due to selector you used, it will be only applied on desktop :)

    Best regards,
    Yigit

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