• Resolved mikeof

    (@mikeof)


    Hi, just need some advice.
    Is it possible to set up your plugin so that it only shows clickable categories in the sidebar widget and does not display the posts under those categories on my home page? Thank you,
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    you can use CSS to hide some elements and show others. For example:

    .pis-li p {
    	display: none;
    }
    
    .pis-li p.pis-categories-links {
    	display: block;
    }

    Let me know, please.

    • This reply was modified 7 years, 8 months ago by Aldo Latino. Reason: Added p
    Thread Starter mikeof

    (@mikeof)

    Hi Aldolat,
    Do I insert the code into my theme css and if so where or do I insert the code into custom styles?
    Thank you,
    Mike

    Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    a simpler way is to add those lines in the Custom Styles panel of the widget.

    Let me know, please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show only clickable categories in widget side bar’ is closed to new replies.