Hi guys,
i’ve looking for a solution throught your forum but without success.
I’ve changed background color on socket, from black to white.
On desktop version is working correctly, but on mobile the links are still white, so i cannot see them. they are pretty important, such as terms and conditions and more.
Can you help me ASAP please?
cheers
Mario
Hi Mario!
The below media query was causing your link text to change from black to white on mobile devices.
@media only screen and (max-width: 1024px)
.avia-menu-text {
/* color: white !important; */
}
At this time, you can comment out the color style (as shown above) or replace the css in your custom css section with a different color.
Cheers!
Dake
Hi Dake,
thanks for your prompt reply!
I’tried to find out the line on css code but without success. did you remove it or is still there?
i’ve found this
.avia-menu-text {
color: white !important;
}
and i’ve changed it with black but that’s the color for main menu responsive link.
how can i change ONLY the socket menu?
I would like to set the link in BLACK color.
Cheers
Mario
ok solved thanks ;)
Mario