How can I show the post titles in the thumbnails ?
Default is only showing them when mouse over the post photos.
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Default is only showing them when mouse over the post photos.
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi Stig
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Hi
Hi. Kjagen.com
I just wanted the post title and maybe excerpt too, to show without needing to hoover over the the post thumbnails
Thanks.
Try the following in a Custom CSS plugin:
/* Snapshot - Show Post Loop headline and excerpt - set colors */ #post-loop .post-content[style] { background: rgba(28,28,28,0.5); opacity: 1 !important; } #post-loop .post-content h2 { color: #dddddd; } #post-loop .post-content .excerpt { color: #dddddd; }If you don’t have a Custom CSS plugin installed then try ours:
https://wordpress.org/plugins/so-css/
Just insert the above CSS at Appearance > Custom CSS once the plugin is activated.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.