Shop Categories

X

Reply To: Second line on the menu

Home Forums Agama Pro Second line on the menu Reply To: Second line on the menu

#26840
Zex
Moderator

Hello, Maddy!

Insert the following codes into Customizing->General->Additional CSS:

#masthead .agama-primary-nav a{
        font-size: 1.13em!important;
}
@media only screen and (max-width: 1200px) {
#masthead .agama-primary-nav a{
        font-size: 0.88em!important;
 }
}

Regards