This topic has 4 replies, 2 voices, and was last updated 15 minutes ago ago by Rose Tyler
Hello,
2 things that i cannot fix myself…
1. In bottom widget/bar in product page (with add to cart button) i have ombinus dirextive widget visible. Because of that design is broken. Can we exclude this widget from this place? See attachment.
2. In mobile panel category menu elements are so tiny. Can we make them way bigger (icon+font with bold style) and add more blank space above them?
Hello, Mecenas666,
Thank you for reaching out to us.
1/ Custom CSS code can be used:
.etheme-sticky-cart .iworks-omnibus {
display: none;
}
2/
.et-mobile-panel .et-mini-content .et-mini-content-head {
padding-top: 30px;
}
.et-mobile-panel .et-mini-content .et-mini-content-head span {
font-weight: 900;
font-size: 30px !important;
}
.et-mobile-panel .et-mini-content .et-mini-content-head .et_b-icon svg {
height: 25px;
width: 25px;
}
Best Regards,
8Theme’s Team
This CSS doesnt change nothing:
}
.et-mobile-panel .et-mini-content .et-mini-content-head span {
font-weight: 900;
font-size: 30px !important;!i;!;
}
.et-mobile-panel .et-mini-content .et-mini-content-head .et_b-icon svg {
height: 25px;
width: 25px;
}
Hello, Mecenas666,
Could you kindly clarify where exactly you added the code?
We are currently unable to access Appearance > Customizer on your site. Could there be any restrictions in place that might be causing this issue?
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up