Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992090

    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.

    #992095

    Hey Lucille,

    Please link us to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #992104
    This reply has been marked as private.
    #992110

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.