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 Display Header top Strip on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10367
    emailrr
    Participant

    Hello, is there custom CSS we can use, to hide the ‘Display Header top Strip’ on mobile view only?
    Thanks

    #10405
    Grace Themes
    Member

    Hi,

    To hide the top header bar of contact info and social media icon from mobile version

    Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code

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

    Regards
    Grace Themes

    #10425
    emailrr
    Participant

    Thank you 🙂

    #10448
    Grace Themes
    Member

    You are most Welcome

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