Advertisement
arie_cristianD

make the main menu not uppercaase

Jan 23rd, 2024
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. /* make the main menu not uppercaase */
  2.  
  3. .jeg_main_menu>li>a {
  4.     text-transform : unset ;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement