HI there,
I’m trying to change the text color at the top bar on mobile devices only to black. Here is the website address
Appreciate the help!
Hi,
Please try this instead:
@media only screen and (max-width: 990px) {
#header-meta .phone-info a {
color: #000 !important;
}
}
Best regards,
Rikard
I have tried yours and it isn’t working.
I’m forcing it like this
You Can Reach Us at 510-893-1343 or 925-944-1122
but I’m stuck with the colors because the mobile header has a white background yet it is the opposite on the desktop web version…
Hi,
You have added styling to the link inline, that is the likely reason for it now working. Try adding a class to the element instead or remove the inline styling altogether.
Best regards,
Rikard
I have added the inline styling because your element is not working – I removed now the inline linking and I have added
@media only screen and (max-width: 990px) {
#header-meta .phone-info a {
color: #000 !important;
}
}
Not working – check it out…
The CSS file for the child theme isn’t taking the css updates. caching is off and css file loads but no changes…
Looking at the css source for the child theme
It looks like Enfold is doing something to the CSS for versioning. When I look at the CSS source the child css file is coming from:
<link rel=’stylesheet’ id=’avia-merged-styles-css’ href=’https://atlasheating.com/wp-content/uploads/dynamic_avia/avia-merged-styles-704d0e1de19f6dbb34855a05f38668e3.css
I can give credentials if needed
Hi Latif,
Can you try to disable CSS merging and compression in Enfold > Performance.
Then try checking out again.
Best regards,
Nikko