• ermac2060

    (@ermac2060)


    Hi.

    I’m using Astra Theme.

    I want all the pictures on my website with rounded corners.

    Post grid (home page: blog) and on single posts.

    I have tried the following CSS, but it doesn’t work.

    article {
    border-radius: 25px;
    }

    Also…

    div.post {
    border-radius: 25px;
    }

    Thanks in advance ??

    • This topic was modified 2 years ago by ermac2060.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ermac2060,

    Please try the following CSS code

    .blog-layout-1 .post-thumb img, .single .entry-header .post-thumb img {
        border-radius: 25px;
    }

    Please let us know how you go.

    Kind regards,
    Herman ??

    Thread Starter ermac2060

    (@ermac2060)

    It works, thanks Herman!

    Is there a way to do the same for my Facebook page like widget?

    It’s a shortcode: [efb_likebox fanpage_url=”wolfious.be” responsive=”1″]

    Check my website https://www.wolfious.be for it’s visual.

    Thanks in advance ??

    Gr.

    Hi @ermac2060, sorry for the delay.

    Actually, providing support that involves custom code is something that we are not offering. I will let this to the community, or maybe you can even get in touch with the author of the plugin that you are using to add the Facebook widget on your site.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rounded corners on all pictures?’ is closed to new replies.