Hello Dedi-
Thanks for reaching out! I’m glad to hear you’re interested in trying out BoldGrid’s premium products.
You’re right that if you upgrade to a DreamHost package, you’ll get the full premium license at no extra cost with your hosting plan. In order to use the premium products before you upgrade, you could potentially purchase your own license directly from us. We offer a 30-day money-back guarantee if you decide not to keep your license.
However, I’d probably recommend moving forward with the upgrade. As one of our WordPress Hosting partners, DreamHost offers a very generous “97-Day Money-Back Guarantee” in case you do end up changing your mind.
For your second question, it looks like those extra “menus” are actually “breadcrumbs,” and they’re coming from a plugin called Catch Breadcrumb. It looks like some of BoldGrid’s built-in styles are messing with the way that they’re displayed.
If you’d like to get rid of them altogether, you can simply deactivate the Catch Breadcrumb plugin in your Plugins > All Plugins menu.
If you’d rather fix the weird display, you can add a little bit of Custom CSS in your Customize > CSS/JS Editor section. Add the following line to your CSS code there:
.palette-primary .breadcrumb { overflow: unset; }