Archived topic
Poular posts widget in sidebar
3 replies · Started by Agnieszka on July 8, 2021
Hello, Is it possible that the blue hyperlink/post titles by the images won't show?
TIA
Hi there,
Do you mean to display it like this? https://share.getcloudapp.com/z8uOobY0
If so, you can add this CSS:
a.swp_popularity > * {
display: none;
}
Here's how to add css - https://docs.generatepress.com/article/adding-css/
Note: This is a third-party plugin outside of our scope. We're not exactly sure if this is the best practice to removing the text link. If you require further modification on this widget, it's best to ask the plugin developer on the best practice for it.
Thank you Elvin
No problem. :D