Avada › Forums › Community Forum › Header content not showing
Tagged: header 5, secondary content, hidden
-
AuthorPosts
-
I have Avada 6.0.1 on my website, http://aquarium-depot.com. I am using the #5 header layout and selected the header contents 1 and 2. However, it does not show up on the webpage itself. Thank you.
Hi,
Your top row content is not showing up because the CSS is set to hide it. Here’s your code that’s blocking it.
.fusion-secondary-header { display: none !important; }
You can try to figure out why this has been set to
display: none !important;
. Or, add this CSS to your child theme’s style.css..fusion-secondary-header { display: unset !important; }
Forgot. Here’s a screen capture of your secondary content being displayed after I unset the
display: hidden !important
.Awesome. Thanks. Not sure who put that code in there. Fixed!
Sweet. Good job. Happy that worked for you. Have fun with the site, & say hiya to Sacto for me!
-
AuthorPosts
- You must be logged in to reply to this topic.