Comments Rijo started the conversationSeptember 24, 2019 at 10:19amDear Team,I want to remover Mobile & Tab view header where address, email & contact number mentioned. For reference screenshot attached.Thanks & Regards, 1,695Andrey repliedSeptember 24, 2019 at 10:56amHello, 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! Sign in to reply ...
Dear Team,
I want to remover Mobile & Tab view header where address, email & contact number mentioned. For reference screenshot attached.
Thanks & Regards,
Hello, Dear Rijo!
In order to do this, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and check results at front-end.
Best Regards!