Top Bar in mobile

Home Support eCommerce Gem Plus Top Bar in mobile

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16241
    Ahsan Jamil
    Participant

    Hi!
    I want to hide the top bar (the bar which is at the extreme top) in mobile only. I am ok with it on desktop.

    #16350
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom css to remove the details by following below mentioned steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    @media only screen and (max-width: 767px) {
    .top-header{
    display:none;
    }
    }

    Have a great day ahead!

    Regards,
    Team ProDesigns

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