• Hello,

    I would like for the squares/rectangles that come up on the blog page to come up as circles instead. Is this possible?

    Thank you,

    Jessica

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

    (@anlino)

    Hi @thtgyrl,

    Sure, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .preview-image img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Squares/Rectangles to Circles’ is closed to new replies.