I am unsure if there is a way to do this with CSS; I believe it can be accomplished with Plugins or adding a function by modifying pre-get-post hook within the functions.php file located in the salient theme directory.
Files may be edited directly through WordPress by going to Appearance -> Editor selecting the chosen theme and navigate to the file within the listing in the right panel.
Plugin: There once was a plugin named 'Simply Exclude' though I do believe it isn't updated regularly.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
display: none !important;
}
Hi,
I need to hide my categories from "recents blog posts"
Any custom CSS for that?
Thank you guys!
Greetings.
I am unsure if there is a way to do this with CSS; I believe it can be accomplished with Plugins or adding a function by modifying pre-get-post hook within the functions.php file located in the salient theme directory.
Code:
Files may be edited directly through WordPress by going to Appearance -> Editor selecting the chosen theme and navigate to the file within the listing in the right panel.
Plugin:
There once was a plugin named 'Simply Exclude' though I do believe it isn't updated regularly.
Should I paste in any specific line in the functions.php?
Hey there,
Thanks for reaching in,
You could try at the end of the file.
Regards
returns
Hey there,
Thanks for reaching in,
Please try
Unfortunately categories remain..
@Rafael, Could you provide the page url where i can see the Blog Recent Posts Element ? .
Be.st
ThemeNectar Support Team
sure!
Here: http://box5656.temp.domains/~razaoina/filosofos/nietzsche
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Perfect.
Thanks a lot!