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
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
Hello Niko,
Thanks a lot, but the problem persists :-(
br
Ronald
Hi,
please try the below code
@media only screen and (max-width:767px) {
#top.home .phone-info a {
color: #666!important;
}
}
Best regards,
Vinay
Hi Vinay,
Problem solved – thanks a lot!
br
Ronald
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