• Resolved arskrigitsioniets

    (@arskrigitsioniets)


    There’s a new block The Query Loop Block in WP 5.8, and it seems that this theme doesn’t have the necessary CSS for it. For example, Hueman give me a list dots on posts of this block, sometimes posts in this block are not clickable on frontend.

    I think some work should be done with the CSS of the new block in order to editor backend correspond frontend.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author presscustomizr

    (@nikeo)

    Thanks for reporting the problem.
    I’m on it.

    Thread Starter arskrigitsioniets

    (@arskrigitsioniets)

    I see that the problem has been resolved in today’s update, thanks.

    I would also add opacity hover styles there like it’s on the main page.

    .some-loop-class img
    {
    	transition: all 1s ease;
    	opacity: 1;
    }
    
    .some-loop-class:hover img
    {
    	transition: all 1s ease;
    	opacity: 0.75;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New Query Loop Block styles’ is closed to new replies.