Can I add a color to the nav bar all the way across? Thanks
Hi tekgirl. We don’t have this feature in free version. You need to buy a pro version for this feature.
Thank you!
ok – thanks…is there no Css that can be coded?
Hi Tekgirl,
Yes there is a CSS code.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { background-color: #ffffff; }
Note: Change above Hex color code #ffffff to your own Hex color code.
Thank you! We are probably going to buy the Pro version anyway…that did not work, since hgroup is above our banner…we need the navbar below our banner 🙁 BUT…it did fix the problem of white space above the banner, so thanks for that 🙂
So this is the code that worked for having a nav bar in a different color:
nav#access.clearfix { background-color: #ED500B; }
Ok that’s great Thank you!