Home>Support>Customizing Snapshot

Customizing Snapshot

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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

URL: http://hashtagnewburgh.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

  2. 10 years, 10 months ago Brian Aldrich

    Thanks, but the hide date code is not working. The overlay code worked perfectly.

  3. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More