Problem with the Recent Entries block
-
Problem with the Recent Entries block
I have tried to add a css style to the recent posts block, using hover and change background colour with a simple animation, the problem is that it affects also the title of the block.
As you can see in the image the title of the entry also performs this effect, the code I use is as follows:
.wp-block-getwid-recent-posts__post-wrapper :hover{ -webkit-transition: background .8s ease; -moz-transition: background .8s ease; -o-transition: background .8s ease; transition: background .8s ease; background: #F4B93C; border-radius: 15px; }I have also tried that the colour of the link of the title of the entry when the background is coloured, the text becomes white but it is not supported. Would it be possible to choose the colour of the links in the future?
Thank you, regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Problem with the Recent Entries block’ is closed to new replies.
