Advertisement
fauzanjeg

remove inner content background color in single post

May 10th, 2021
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. /* remove inner content background color in single post */
  2. @media only screen and (max-width: 1024px) {
  3.     .single-post.jnews-dark-mode.jnews_boxed_container .jeg_inner_content {
  4.         background-color: unset !important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement