- Posts: 8
- Thank you received: 0
hot quattro template : issue with colors in mobile menu
-
phmercanton
Inactive member - Topic Author
- New Member
Less
More
10 months 1 week ago #51131
by phmercanton
Hello,
I set to #5D6D7E the color of the links in the menu bar but when converted into select box on mobile, the link color is switched to white which makes the links unreadable. how can I make the links color stay the same in both menus? See here : mimerwag.org/
Looking forward to hear from you.
With best regards,
Philippe
I set to #5D6D7E the color of the links in the menu bar but when converted into select box on mobile, the link color is switched to white which makes the links unreadable. how can I make the links color stay the same in both menus? See here : mimerwag.org/
Looking forward to hear from you.
With best regards,
Philippe
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
10 months 1 week ago #51135
by milos
Replied by milos on topic hot quattro template : issue with colors in mobile menu
Hello,
Please edit file /media/templates/site/quattro/css/custom.css and add this:
to make the links white. Or use any other color you want.
Regards,
Milos
Please edit file /media/templates/site/quattro/css/custom.css and add this:
Code:
.nav-collapse.opened li a, .nav-collapse.opened li span {
color: #FFF !important;
}
to make the links white. Or use any other color you want.
Regards,
Milos
Please Log in to join the conversation.
-
phmercanton
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 months 1 week ago #51138
by phmercanton
Replied by phmercanton on topic hot quattro template : issue with colors in mobile menu
Thanks but not working, the links remain white in mobile menu (see screen shoot)
Where is the problem ?
Best,
Philippe
Where is the problem ?
Best,
Philippe
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
10 months 1 week ago #51139
by milos
Replied by milos on topic hot quattro template : issue with colors in mobile menu
Hello,
They are not white anymore. Please clear the mobile browser cache to see the change.
Regards,
Milos
They are not white anymore. Please clear the mobile browser cache to see the change.
Regards,
Milos
Please Log in to join the conversation.
-
phmercanton
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 months 1 week ago #51141
by phmercanton
Replied by phmercanton on topic hot quattro template : issue with colors in mobile menu
Right, thanks!
Next step would be to change the Active and Over Buttons dark colors of the mobile select box, which makes them hard to read.
Thanks.
Regards
Philippe
Next step would be to change the Active and Over Buttons dark colors of the mobile select box, which makes them hard to read.
Thanks.
Regards
Philippe
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
10 months 1 week ago #51144
by milos
Replied by milos on topic hot quattro template : issue with colors in mobile menu
Hello,
Try this:
and clear the mobile browser cache again before testing.
Regards,
Milos
Try this:
Code:
.nav-collapse.opened li a:hover,
.nav-collapse.opened li span:hover,
.nav-collapse.opened li a:active,
.nav-collapse.opened li span:active {
color: #FFF !important;
}
and clear the mobile browser cache again before testing.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.095 seconds