Okay
  Public Ticket #3137884
Mobile CTA Button
Closed

Comments

  •  1
    Alyssa started the conversation

    Hello! 

    I would like to hide the CTA button in my header on mobile, but I can't figure out how. The only option I can find is to remove the button on desktop. 

    The button is currently hiding my logo. See screenshot attached. 

    Will you help me with this please? 

    Thank you :) 

  •  1,877
    Judith replied

    Hello Alyssa,

    Thanks for keeping in touch.

    Please try this css:

    .nectar-mobile-only.mobile-header li {
        display: none;
    }

    Thanks.

  •  1
    Alyssa replied

    That worked -- thanks so much!