Guest User

Untitled

a guest
Nov 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /* Jetpack Related Posts
  2. --------------------------------------------- */
  3.  
  4. #wpstats {
  5. display: none;
  6. }
  7. #jp-relatedposts {
  8. max-width: 760px !important;
  9. margin: 0px auto !important;
  10. padding: 10px;
  11.  
  12. }
  13.  
  14.  
  15. #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  16. opacity: 1 !important;
  17.  
  18.  
  19. }
  20.  
  21. .jp-relatedposts-post-img {
  22. margin: 0px auto;
  23. padding: 5px;
  24. display: inline;
  25. }
  26.  
  27. .entry-content .jp-relatedposts img {
  28. max-width: 300px !important;
  29.  
  30. }
  31.  
  32. .jp-relatedposts-post-a,
  33. .jp-relatedposts-post-a:hover {
  34. text-decoration: none !important;
  35.  
  36. }
  37.  
  38. .jp-relatedposts-post-title a {
  39. color: #323234 !important;
  40. font-size: 12px !important;
  41. font-weight: 400 !important;
  42. line-height: 1.4 !important;
  43. text-transform: uppercase;
  44. margin-top: 5px !important;
  45. display: none !important;
  46. }
  47.  
  48. .jp-relatedposts-post-title a:hover {
  49. color: #fc5f57 !important;
  50. }
Add Comment
Please, Sign In to add comment