Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #602355

    Hi there, I have the logo area white. On the desktop, the phone font needs to be white to see it. However, on mobile, it disappears.

    Is there a way to have it switch to black on mobile so you can still see it?

    #602380

    Hey BrendaSarg!

    The menu does not getting hide, it just converts to humberger menu
    http://awesomescreenshot.com/05b5qe4k56

    Here on the other side of logo, at the white area if you click you can see the logo.

    Is that right, or I miss something?

    Best regards,
    Basilis

    #602728

    You’re missing something lol, I mean the phone number (top bar) is white for desktop, but on mobile, the top is white so the phone number isn’t visible. ( I put it grey so you can see on this screenshot)

    I want it white for desktop, black for mobile.

    http://awesomescreenshot.com/0c95qgrp8c

    Also, how can I get rid of that line?

    #602734

    Hi!

    Sorry for that.
    Please try

    .responsive.social_header .phone-info span { color: #000 !important; }

    let us know if that works out

    Cheers!
    Basilis

    #602747

    That didn’t seem to do anything at all?

    #602828

    Hey!

    You have following custom CSS code

    .phone-info span {
        font-size: 16px !important;
        color: #ffffff !important;
    }

    Please change it to following

    @media only screen and (min-width: 990px) {
    .phone-info span {
        font-size: 16px !important;
        color: #ffffff !important;
    }}

    Best regards,
    Yigit

    #602854

    YES! Thanks, perfect :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Phone Text Colour on Mobile only’ is closed to new replies.