Okay
  Public Ticket #2162023
REMOVE ADDRESS HEADER FROM MOBILE & TAB
Closed

Comments

  • Rijo started the conversation

    Dear Team,

    I want to remover Mobile & Tab view header where address, email & contact number mentioned. For reference screenshot attached.

    Thanks & Regards,

  •  1,634
    Andrey replied

    Hello, Dear Rijo!

    In order to do this, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    @media (max-width: 1025px) {
        .page_topline {
            display: none;
        }
    }
    

    Then save changes and check results at front-end.

    Best Regards!