Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #945781

    Hello,
    Have an color issue in mobile view of website: https//:www.proad.at
    The phone number and email address in the top header has white color on white base.
    Could you help me with correct CSS?
    Thank you!
    br
    Ronald

    #946030

    Hi Ronald,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home .phone-info a {
        color: #666;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #946445

    Hello Niko,

    Thanks a lot, but the problem persists :-(

    br
    Ronald

    #946504

    Hi,

    please try the below code

    @media only screen and (max-width:767px) {
      #top.home .phone-info a {
        color: #666!important;
      }
    }

    Best regards,
    Vinay

    #946524

    Hi Vinay,
    Problem solved – thanks a lot!
    br
    Ronald

    #946995

    Hi rpichler,

    Glad that Vinay helped you.
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Header CSS issue with colors’ is closed to new replies.