Hello everyone. I have problems with several of my clients' websites. The design code that
I applied to reduce the font size mobile menu has stopped working.
On some of my websites it works, but in others doesn't….
I have tried to create other new websites to see if it was an error in the websites that
I had already built, and nothing, the code doesn´t work with the new websites neather..
The code is very simple, but I can't tell if it's a code issue or something else.
I´ve tried to change it with several code changes, and nothing works.
The code that I ´ve tried is the following:
VERSION 1
.header-menu-nav-item a {
font-size: 17px;
}
VERSION 2
.header-menu-nav-item {
font-size: 17px !important;
}
.header-menu--folder-list .header-menu-nav-item a {
font-size: 20px;
}
Thank you very much for your help!!!