Dear W,
It seems like you applied the following CSS code to hide the header content on your “about us” page.
#masthead {
display: none !important;
}
To retain the navigation menu, you should use this one:
#masthead .col-md-4{
border: 1px solid transparent;
}
#masthead .col-md-4 a{
display: none;
}
Regards,
Kharis
Thank you so much for your help!
Actually, I did have one more question…
How do I make the Nav bar, when the screen width becomes less than 991px, to sit on top of the SiteOrigin Editor image in my case (About Us page) – and hence be transparent? Just like it is for my Homepage.
Thank you again,
W