• Resolved sfreader

    (@sfreader)


    For dev example see https://heavyrope.org/escape/

    Using latest version of Chrome for Windows 7, same for FireFox

    Latest News section

    All it shows is a grey area until mouseover, then it turns yellow and shows the post.

    Would like to either (in order)

    1: Make the grey transparent to some degree so a user will know there’s something underneath

    2. Remove the mouseover effect and just have the yellow boxes show all the time

    As is, it is counter-intuitive and nothing would lead a person to think they need to mouse over the grey area. Plus it doesn’t look good with the blank grey area.

    Thanks

Viewing 1 replies (of 1 total)
  • Hello,

    Try this custom CSS

    .rb-latest-news-image-holder .rb-latest-news-content {
       background-color: rgba(255, 221,0, 0.7);
       display: block;
    }

    This will help you.
    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Mouse-over Function for Latest News’ is closed to new replies.