Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .hide_on_dekstop {
- display: none;
- }
- @media only screen and (max-width: 767px) {
- .hide_on_mobile {
- display: none;
- }
- .hide_on_dekstop {
- display: block;
- }
- }
- /* Hide Share Counter on Popular Widget */
- .popularpost_meta .jeg_socialshare {
- visibility: hidden;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement