Comments Steve Dunn started the conversationJanuary 27, 2021 at 4:19pmHi guys,Can't seem to find this one. Looking for the CSS tag to change the font-family, text-transform, letter-spacing... etcThanks once again,Steve 1,974Support repliedFebruary 1, 2021 at 9:53amHello, should be this one - for classic menu:@media all and (min-width: 1025px) { .flexnav li a { background: transparent none repeat scroll 0 0; padding: 0 5px; position:relative; border-left: medium none; font-weight: 600; font-family: 'Poppins', sans-serif; color:#000; font-size:12px; line-height:20px; display:block; overflow:hidden; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }}you may not need all CSS attributes for font attributesThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi guys,
Can't seem to find this one. Looking for the CSS tag to change the font-family, text-transform, letter-spacing... etc
Thanks once again,
Steve
Hello, should be this one - for classic menu:
@media all and (min-width: 1025px) {
.flexnav li a {
background: transparent none repeat scroll 0 0;
padding: 0 5px;
position:relative;
border-left: medium none;
font-weight: 600;
font-family: 'Poppins', sans-serif;
color:#000;
font-size:12px;
line-height:20px;
display:block;
overflow:hidden;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
}
you may not need all CSS attributes for font attributes
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy