Show posts custom CSS
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Show posts custom CSS’ is closed to new replies.