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.

Customizing Snapshot

Open 3 replies themetheme-snapshot
Started · Latest reply by Andrew Misplon

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff

    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. Brian Aldrich

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

  3. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread