Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #517810

    Hi

    Please check the private page link. How can I stop mobile devices from putting “Logo Area secondary font color” on digits when they detect the phone number on transparent header? It is ok when I scroll down but not first when the header is glassy as you see.

    I would like all text on the phone-info-bar to be white when menu is transparent.

    thanks in advance!

    #518117

    Hey JHU8ghsrr5!

    Thank you for using Enfold.

    I checked the site and the phone number color is white. On mobile, it is blue. If you change it to white, it will not be visible because the header background is white. Could you please provide a screenshot of the issue?

    Best regards,
    Ismael

    #518725

    Ah, sorry my fault. I is fine on phones but on tablets (I have only tested on ipad) I would like the phone number to be white the same as the other text on that row when the menu is glossy.

    Note: on the contact page I still have the non-glossy menu so there I would like the menu colors to not be changed.

    • This reply was modified 9 years, 1 month ago by Peter.
    #518732

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency #header_meta * { color: white !important; }

    Regards,
    Yigit

    #518735

    Ah, awesome quick support as always, thanks! :)

    #518738

    Hi!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

    #620844

    Hi

    Please look at the same site again, don´t know why this occurs, I still have the same css active as you suggested before.

    .av_header_transparency #header_meta * { color: white !important; }

    but it seems on smarthones it now on first page keeps the color white on the “phone info” css and since the background is also white, how can I make the “phone info” to be #147e99 only on devices where the header menu have white bg ?

    Help is of course appreciated!

    #622203

    Hey!

    use this code:

    @media only screen and (max-width: 767px) {
    .av_header_transparency #header_meta * {
    color: black !important;
    }}
    

    Best regards,
    Andy

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