• Resolved bluezonesardinia

    (@bluezonesardinia)


    Hello,
    I need to remove the email and phone numbers on my header…but only for the mobile version of my website!
    I was able to remove the social icons but have no idea how to remove those.
    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bluezonesardinia

    (@bluezonesardinia)

    Update:
    I used this code

    @media only screen and (max-width: 480px) and (min-width: 200px){
    .head-contact-info {
    display: none;
    }

    Now those info disappeared! But I’m left with a very small header image…
    I’m sorry, I’m new to this!

    If you go to theme options- social options
    Then remove the email address and phone number they will disappear from header.

    Did you manage to change the header size as I also have the same issue

    Hello bluezonesardinia,

    Go to dashboard -> appearance -> customize -> theme options -> theme general options -> paste the below CSS in Custom CSS box and save.

    @media(max-width:480px){
    .header_section.hd_cover {
        height: 54px;
    }
    }

    Thanks.

    Hii puretec,

    In which layout(mobile/desktop) you want to change the header size?

    Thanks.

    Thread Starter bluezonesardinia

    (@bluezonesardinia)

    Thank you.

    Your Welcome bluezonesardinia,

    Let us know for further query.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove email/phone numbers from mobile only’ is closed to new replies.