• 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)
  • Thread Starter Radical Dreamer

    (@avagp)

    If it wasn’t clear, i was trying to set the :hover state in the additional css INSIDE the block. In this theme you can customize the blocks, but because is meant for not need to have CSS Selector i cannot apply hover state there. So i applied it from Addicional CSS to all the theme

Viewing 1 replies (of 1 total)

The topic ‘Hover inside Site Logo Block’ is closed to new replies.