Advertisement
fauzanjeg

Example Change Author Box with CSS

Sep 29th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* Example Change Author Box with CSS */
  2. .jnews_author_box_container  {
  3.     background: aliceblue;
  4.     width: 80%;
  5.     margin: auto
  6.     ;
  7. }
  8.  
  9. .jnews_author_box_container .jeg_author_desc {
  10.     color: chocolate;  
  11. }
  12.  
  13. .jnews_author_box_container .jeg_author_socials .fa {
  14.     color:bisque;
  15. }
  16.  
  17. .jnews_author_box_container .jeg_author_socials .fa:hover {
  18.     color:darkblue;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement