Advertisement
arie_cristianD

main menu font siz

Nov 23rd, 2023 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* main menu font size */
  2.  
  3. .jeg_main_menu > li > a {
  4.     font-size: 14px !important;
  5. }
  6.  
  7. /* mobile menu font size */
  8. .jeg_mobile_menu li a {
  9.     font-size: 18px
  10. }
  11.  
  12. /* Footer categories nav font size */
  13. .footer_widget.widget_categories li {
  14.     font-size: 14px;
  15. }
  16.  
  17. /* footer social widgets font size */
  18. .jeg_footer_content .socials_widget a .fa {
  19.     font-size: 1em;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement