Hot Summer Deal | Flat 10% OFF on Lifetime & All Themes Package. Use coupon code SUMMER25 Buy 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
    Anonymous
    Inactive

    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
    Anonymous
    Inactive

    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.