Interesting reversal of options
-
Hi,
I have a style.css file for my previous and next button.
It has a nice option of not showing the buttons in case viewed from mobile.
The code is as below…………….
/* CSS3 Media Query – Hide from smaller displays/ viewports
———————————————————— */@media screen and (max-width: 1024px) {
.wpspn-area,
#wpspn-nextpost,
#wpspn-prevpost {
display: none;
}
}Now I wish this switches to show up for only one category and not all.
How can I do that?I think it will be something similar to the above coding but not know exactly what.
I am a newbie and doesn’t know much about coding.Your help will be highly appreciated, experts.
[No bumping. If it’s that urgent, consider hiring someone.]
- The topic ‘Interesting reversal of options’ is closed to new replies.