Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

Customize for mobile

HOME Forums Support Customize for mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9547
    Laurent Singer
    Participant

    Automobile hub pro 1.2.2.
    Hello,
    I would like to hide some fields on mobile for visibility.
    E.g. not display contact info (phone, email..) in the top bar on mobile but desktop only.

    #9554
    support
    Participant

    Please try by adding the below code at Appearance -> Customize -> Additional CSS

    @media screen and (max-width:767px) {
    .contact-topbar {
    display: none;
    }
    }

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