Hello,
I am trying to increase the font size in the menu. i have tried in the advanced styling under main menu links and also adding in the css code
#header_main .avia-menu-text {
font-size: 20px;
}
Nothing is working. Could someone please take a look?
many thanks in advance
Hey bauchope,
You have an open media query in Quick CSS, that is likely why it’s not applying:
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a{display:none;}
Make sure to close all media queries properly.
Best regards,
Rikard
great – thanks for that.
Working perfectly now
You can now mark as resolved