Hi! I am using a Maker theme and my page menu and cart pop-up are transparent. There isn’t an option to change the pop-up backgrounds. The url is www.realbbomb.com, does anyone know how to change this?
1 Like
You can add this code at the end of your CSS file (Themes → Edit code → Assets → theme–critical.css
.x-menu li, .x-menu ul {
background: white !important;
}
1 Like
Please add the following code at the bottom of your assets/theme–critical.css file.
.tmenu_item_mobile .tmenu_submenu { background: #fff !important;}
Hope this works.
Thanks!
1 Like
For some reason I do not have a .theme–critical.css file.
Am I looking in the wrong place? debut > Edit Code > assets > .theme–critical.css?
I am having the same issue. I would like to change the pop up color for the drop down when you tap add to cart from a Product display page. Can someone help me with this?