White boxes around the menu items
This support request was posted in BBQ by ARayRVA
- ARayRVA February 13, 2013 at 3:59 pm
How do I get rid of the white boxes around the menu items. I saw the request for this in previews support posts, but wasn’t sure where you were supposed to insert the code you gave the last person with this problem. Also, I’m working in a development environment so a link to my site won’t work for you, but it is http://www.cotubrewing.dev
Juanfra Aldasoro February 13, 2013 at 4:42 pmHello there,
To remove the white background around the menu items & price you should use the following code:
.menu-box li .title span{ background: none; }
Best,
Juan.Juanfra Aldasoro February 13, 2013 at 5:10 pmHello,
You can either insert that code on your Custom CSS input within the theme options, or in your theme’s custom.css file.
Best,
Juan.ARayRVA February 13, 2013 at 5:14 pmOk that worked, but now there are white dots going through the menu items. What should I do to fix that?
Juanfra Aldasoro February 13, 2013 at 5:17 pmHave you changed your background image/color?
I would recommend you to use the same background as used for your site.
Just include the same thing you have as your site’s background for that class:
.menu-box li .title span{ background: your-body-background; }
Replace your-body-background with the one you have for your body class.
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.