Hi
I find that when I set transparent header on mobile header secondary menu font is white (background also is white) and in that reason links are invisible
Thank you in advanced
Hey Krzysztof,
Do you want to change the background colour of the container? If so then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
#header_meta {
background:grey;
}
}
Best regards,
Rikard
Hi Rikard
Thank you for help. It doesnt’ work
Proper code should be that
@media only screen and (max-width: 767px) {
#header_meta .container {
background:grey;
}
}
Please close that ticket
BR
Krzysztof
Not at 100% of width