• Resolved satyaki

    (@satyaki)


    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.]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter satyaki

    (@satyaki)

    Hi Keesiemeijer,

    Thanks for the solution and support.
    Thanks for taking out the time for me on Sunday.
    I do really appreciate your help.

    Your solution has completely taken care of my problem.
    Thanks once again for the sound technical help.

    Regards
    Satyaki

    Thread Starter satyaki

    (@satyaki)

    Sorry, I forgot to flag the thread as resolved.

    Thanks to Keesiemeijer, the issue is resolved,

    an hence I am flagging the thread as resolved.

    Thread Starter satyaki

    (@satyaki)

    Resolved.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Interesting reversal of options’ is closed to new replies.