Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #673774

    Hello,

    How do I get the telephone number to show above the logo? It flashes up on a blue bar when you scroll up the page but then is vanishes and there is just the blank white bar above the logo?

    http://pho.to/AGc5B

    #673986

    Hey Portfolio_Travel,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #top #header_meta .phone-info {
        color: #000000;
    }
    }
    
    

    Best regards,
    Jordan

    #674066

    Hi Jordan,

    I’ve added that but it didn’t change anything. I still can’t see a blue bar with the phone number at the top of the screen on mobile?

    Thanks
    Lindasy

    #674548

    Hi,

    Try this instead:

    @media only screen and (max-width: 767px) {
    .responsive .phone-info span {
        color: black !important;
    }
    }

    Regards,
    Rikard

    • This reply was modified 8 years, 3 months ago by Rikard.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.