• I have embedded a wp show posts generated shortcode of my posts. Now I want to hide some of the menu items on that specific page.

    I used the following action css code on some other pages and they worked but not with the plugin posts and it worked.

    .EN-navigation-item {

    display: none !important;

    }

    (EN-navigation-item) is CSS Classes of the items I wanna hide.

    what is the code for the plugin that can work with the action code quoted above.

Viewing 1 replies (of 1 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    I’m not sure I understand what you mean.

    Can you link us to the page in question to check and be able to properly visualize what you’re trying to do?

    Let us know.

Viewing 1 replies (of 1 total)

The topic ‘Show posts custom CSS’ is closed to new replies.