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.

Replies

3
  1. Andrew Misplon Staff 11 years, 5 months ago

    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 11 years, 5 months ago

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

  3. Andrew Misplon Staff 11 years, 5 months ago

    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