Advertisement
arie_cristianD

jeg menu list to bold

Oct 12th, 2023 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* make jeg menu list bold */
  2.  
  3. .jeg_menu:not(.jeg_megamenu) li>ul li a {
  4.     font-size : 16px ; /* you can change this value to you want */
  5.     font-weight : bold ;
  6.     color : #000 ;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement