One of our menu options at the top of the menu we have selected for it to be a coloured button. We do need it to be that way but that option isn’t showing on mobiles or iPads. We actually really need it to show. Can someone point me in the right direction? I’ve looked at every setting I can find.
Hey Lucille,
Please link us to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 1024px) {
#menu-item-108383 a{
background:pink!important;
color:#ffffff!important;
}}
Best regards,
Jordan Shannon