Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Hide header contact strip on responsive view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41710
    Lynn Caprarelli
    Participant

    May I please have the CSS to hide it on mobile? Thank you.

    #41713
    Grace Support
    Keymaster

    Hi,

    To remove the top header contact information from in mobile device
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code

    @media screen and (max-width:767px) {
    .pp_topstrip { display: none !important;}
    }
    

    Please make this changes and let me know your feedback.

    Regards
    Grace Themes

    #41719
    Lynn Caprarelli
    Participant

    Works perfectly, thank you!

    #41723
    Grace Support
    Keymaster

    You are most welcome.

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