How to disable the notice bar on the mobile ?

Home Forums Gillion Theme How to disable the notice bar on the mobile ?

Home Forums Gillion Theme How to disable the notice bar on the mobile ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Mai Quoc Khanh
    Participant

    Dear admin, Is there a way to hide the notification bar on the mobile but still display on the computer browser?

    Solution for this topic

    Hi @mqk051197,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1025px){
    .sh-page-notice {
        display: none !important;
    }
    }

     

    Best regards,
    Shufflehound team

    Mai Quoc Khanh
    Participant

    wow, i did it successfully. thank you. By the way, can I ask a question not related to this owner? I bought a Gillion Theme license for a period of 6 months, so I only get support from you in 6 months?

    You are most welcome here 🙂

     

    I bought a Gillion Theme license for a period of 6 months, so I only get support from you in 6 months?

    Yes but you can purchase and extend support any time.

Viewing 4 posts - 1 through 4 (of 4 total)