Hover inside Site Logo Block
-
Hi, i am trying to apply a CSS style on hover to the site logo:
.wp-block-site-logo:hover{
transform: rotate(5deg);
}But the issue is that i am not able to apply it directly to the stie logo block using the additional css section within the block.
I have set the following, and it works:
.site-branding img{
animation: bounceIn 1s 1;
}So, it is possible to apply :hover states from that setting?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Hover inside Site Logo Block’ is closed to new replies.
