Advertisement
arie_cristianD

main menu capitalize

Nov 19th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.08 KB | None | 0 0
  1. /* main menu capitalize */
  2.  
  3. .jeg_main_menu>li>a {
  4.     text-transform: capitalize;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement