Hi there.
I have a small issue with a white spot in the alternate menu. Please see the link provided in the private content section.
How to fix that?
Best Regards, Chris
Hey chriswp!
It’s because you set a background color to the strong tag. Add this to your custom CSS to fix it.
.main-title {
background: none repeat scroll 0 0 transparent !important;
}
Best regards,
Elliott