fauzanjeg

Change Social & Search Icon Size in Header

Apr 8th, 2021 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. /* Change Social Icon Size in Header */
  2. .jeg_header .socials_widget a .fa {
  3.     font-size: 200%; /* 24px || 20pt || 150% */
  4. }
  5.  
  6. /* Change Search Icon Size in Header */
  7. .jeg_header .jeg_search_toggle .fa {
  8.     font-size: 200%; /* 24px || 20pt || 150% */
  9. }
Add Comment
Please, Sign In to add comment