Customizing Snapshot
I had another couple of questions. How can I remove the date completely from the mouseover photos/posts? And is it possible to change the opacity of the black from the mouseover photos/posts?
Thank You,
Brian
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Brian
Insert the following into Appearance > Custom CSS (Snapshot Premium or Plus) or your own Custom CSS plugin/module:
/* Snapshot Post Loop Hide Date */ #post-loop .post-content .date { display: none; } /* Snapshot Post Loop Overlay */ #post-loop .post-content { background-color: rgba(28,28,28,0.955); }0.955 is the opacity percent. 0.8 would be 80%. Adjust as required.
Hope that helps.
Thanks, but the hide date code is not working. The overlay code worked perfectly.
Try adding !important, so that selector would now look as follows:
/* Snapshot Post Loop Hide Date */ #post-loop .post-content .date { display: none; }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.