Change menu Font after refresh
Dear All
I have this in multilingual
As as advised (BY JAKE) I am refreshing the page after change of language so as to change the menu
however the I want to increase the font size when 'Marathi' is selected
and revert (or change font) when 'English' is selected
I am using following css
I want to change font size using ajax
- #cssmenu > ul > li > a {
- font-size: 14px; /* I want to change the font size */
- font-weight: bold;
- padding: 15px 15px;
- color: #dedede;
- text-transform: uppercase;
- -webkit-transition: color 0.25s ease-out;
- -moz-transition: color 0.25s ease-out;
- -ms-transition: color 0.25s ease-out;
- -o-transition: color 0.25s ease-out;
- transition: color 0.25s ease-out;
- }