Book P.
asked 04/03/19why is my main menu not showing up on my blogger website?
I got a blogger theme I Like and was customizing it with my colors, font, etc. Then I realized at some point during customization my main menu disappeared! The HTML for that widget is fine so what is going on! I was using the links widget so then I added the pages widget to that main menu section to see if that one would work but it doesn't! Any widget/gadget I put in the main menu bar does not show up. This is NOT a color error as in 'My links are black and the bar is black'. My links are set as white then hoover a blue color. The menu section on this theme just doesn't work how do I fix this? Please help.
1 Expert Answer
Steven S. answered 04/04/19
MPS Interactive Telecommunications, 6 years Web Design and Development
Add this CSS to your homepage:
#main-menu .widget, #main-menu .widget > .widget-title {
display: block !important;
}
This is set to display: none; right now, which renders the html as if it does not exist.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Book P.
You are a life saver! it worked!!!04/04/19