I am wondering if there is a way to alter the background shape on the shop and hamburger menu items on smartphone view. Currently the background shapes are square with slightly radiused corners. I would like perfectly round circles. Thank you.
Hey billbasler,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
https://leafleaf.us on smart phone view. See: https://snag.gy/6J3CdZ.jpg
Hi billbasler,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.cart_dropdown, .cart_dropdown_first .cart_dropdown_link,
#top #wrap_all .av_header_transparency,
.av_header_transparency #advanced_menu_toggle {
border-radius: 46px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked Victoria. Thank you so much.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon