Hi guys,
I wrote in the quick css that all the links should be light blue. Now the font in the mobile version of the menu is also light blue. But should be white.
I use this css:
body a {
color: #679be0!important ;}
Please help me :)
Thank you so much
Hey mary301187,
Add this to quick css:
#av-burger-menu-ul li a{
color:#fff!important;
}
Best regards,
Jordan Shannon
Perfekt, thank you so much :)
Hi,
Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey Rikard,
one thing. The X for Closing the mobile menu is not white. What can I do?
And is it possible to have mobile a smaller blog headline than on desktop?
Hi,
I’m currently seeing the X as white. Was this fixed? Also, do you mean you just want a smaller blog title? If so add this to quick css:
@media only screen and (max-width: 767px) {
.single-post h1.post-title.entry-title{
line-height:.8em!important;
}
.single-post h1.post-title.entry-title a{
font-size:16px!important;
}}
Best regards,
Jordan Shannon
Thank you so much, perfect!!!!
Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan Shannon