• Hi there,
    how can I adjust the cover pictures to have round corners like post pictures?

    BR
    Marco

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @marcobutz,

    The cover block doesn’t have a border radius setting currently, so you’ll have to add custom CSS to get that working. The following should do the trick:

    .wp-block-cover {
        border-radius: 8px;
    }

    — Anders

    Thread Starter marcobutz

    (@marcobutz)

    Not working unfortunatly. Even with !important.
    Even if I use just a cover picture.

    Theme Author Anders Norén

    (@anlino)

    @marcobutz Change the targeting from .wp-block-cover to .wp-block-cover__video-background, and it should work for your video cover block.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cove round corners’ is closed to new replies.