Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #676081

    Hi there,

    I’m having the same issue as robert on the following thread:
    https://kriesi.at/support/topic/no-logo-2/?

    I’d like to delete the logo. When I add “.logo { display: none !important; }”. It deletes the logo but it creates an empty space at the top of the page.

    The following code however does not delete the empty space, but moves it down (between menu and main image):
    “#header_main > .container {
    display: none;
    }”

    Could someone please help me out on this? :-)
    Thanks!

    #676770

    Hey Marjoleinvk,

    I can’t see any empty spaces, you have one container for the social icons and the menu each, could you post a screenshot or try to explain a bit further what you would like to change please?

    Best regards,
    Rikard

    #678658

    Hi Rikard, thanks for your rapid response.

    I deleted the social icons. As you can see the empty area is still there. I now have an empty container on top of the page and a container for the menu below. I’d like to delete the empty container. :-)

    #680108

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 50px;
    }
    

    Best regards,
    Yigit

    #681804

    Hi Yigit, thanks for your answer. Unfortunately this didn’t work. As you can see on the website the menu and ’empty space’ only switched places.

    #682171

    Hi,

    Please change the code to following one

    .container.av-logo-container {
        display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 50px !important;
    }

    Best regards,
    Yigit

    #682710

    That worked! Thank you so much! :-D

    #682714

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Delete logo’ is closed to new replies.