Okay
  Public Ticket #3340787
Mobile Secondary Header
Closed

Comments

  •  24
    UK-Designer-Guy started the conversation

    Adding the secondary header bar to the site I can add a Telephone number etc but I have two questions 

    1) How do I remove the additional menu that now appears on the mobile version?

    2) How do I style the rollover color on the text so that the telephone doesn't disappear?


    Cheers

    Attached files:  The Door Access Company – For all your access control needs.png

  •  2,958
    Andrew replied

    Hi Again,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body.material #header-secondary-outer nav>ul {
        display: none;
    }
    

    2. The phone number on your secondary menu appears just fine. Could you define what you mean by "rollover color on the text so that the telephone doesn't disappear?" A screenshot would help us better understand your query.

    Thanks

  •  24
    UK-Designer-Guy replied

    Perfect cheers