
-
AuthorPosts
-
August 22, 2016 at 11:40 pm #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!August 24, 2016 at 5:45 am #676770Hey 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,
RikardAugust 28, 2016 at 4:05 pm #678658Hi 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. :-)
August 31, 2016 at 4:33 pm #680108Hi,
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,
YigitSeptember 4, 2016 at 3:31 pm #681804Hi 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.
September 5, 2016 at 2:23 pm #682171Hi,
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,
YigitSeptember 6, 2016 at 4:33 pm #682710That worked! Thank you so much! :-D
September 6, 2016 at 4:38 pm #682714Hi!
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 -
AuthorPosts
- The topic ‘Delete logo’ is closed to new replies.