I need to increase submenu font stize and submenu background size to fit font size. main menu font size is 19px. So how can I increase font size in submenu too. Thanks

.gkMenu > ul li div.childcontent li {font-size: 19px;}
Cyberek wrote:Have you tried to increase font size with override.css?
Please edit: /templates/gk_instyle/css/override.css and add at its end:
- Code: Select all
.gkMenu > ul li div.childcontent li {font-size: 19px;}
Remember to enable "CSS override" in template settings - advanced section.