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

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

  2. Stig Floberghagen 10 years, 5 months ago

    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

  3. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread