Tagged: header
-
AuthorPosts
-
June 6, 2018 at 2:23 pm #967857
I am able to hide the Extra Elements header with this CSS but it screws up the mega menu. Can you help me make this work?
.page-id-XXXX #header_meta { display: none !important; }
June 6, 2018 at 5:22 pm #967964Hey Andrew,
Thank you for writing to us.
Please remove the code you have inserted and let us know what exactly you want to hide on the homepage so we can assist you better :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayJune 7, 2018 at 12:34 am #968129It’s the code that hides the additional items, and I’m trying to hide the entire top bar with the additional items – the “Call us today – 800…” text and the social icons.
Here’s the code I removed:
.page-id-5474 #header_meta {
display: none !important;
}June 7, 2018 at 2:09 am #968137Hi,
Thank you for removing the code. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:CSS Snippet:
/* CSS - Hide topbar on homepage*/ .home #header #header_meta { display:none; } /* End CSS */
Best regards,
VinayJune 7, 2018 at 5:37 am #968174No. That doesn’t work. More below.
June 9, 2018 at 2:27 pm #970413Are you going to be able to take care of this?
June 9, 2018 at 4:26 pm #970447Hi abmich,
I don’t see the top bar. Did you get it working for you?
Best regards,
VictoriaJune 11, 2018 at 5:34 pm #971310No. The code above is in the Custom CSS but it’s causing the Mega Menu to be super narrow.
See screenshot.
June 13, 2018 at 2:41 am #971993Hi,
Thanks for the update. The above css code should have not affected the mega menu. I don’t see the extra header in the page now. Is this fixed?
Best regards,
IsmaelJune 13, 2018 at 5:19 pm #972386Sorry that I’m not being clear. The fix I found on your site removes the top extra items but it also messes up the display of the Mega Menu.
I removed the code that was hiding the header.
.home #header #header_meta {
display:none;
}Please add code to hide the header and when you’ve done it, check the “Rentals” tab to see if it displays correctly. Thank you!
June 14, 2018 at 4:31 am #972599Hi,
Thanks for the info.
I can reproduce the issue when I add that css code. Please upgrade the theme from version 4.3.2 to version 4.4.1. The upgrade might fix the issue.
Best regards,
IsmaelJune 14, 2018 at 3:47 pm #972843OK I upgraded and added the code back in. It didn’t fix the issue.
June 18, 2018 at 4:11 am #974073Hi,
Thank you for the update. We replaced the css code with the following.
.home #header #header_meta { margin-top: -30px; }
Best regards,
IsmaelJune 18, 2018 at 2:53 pm #974288That’s the stuff – way to think outside the box!
Thanks so much and have a great week!June 18, 2018 at 4:17 pm #974339Hi abmich,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.