• Hello,

    unfortunately, I haven’t figured it out yet, but I’m sure it will work.

    Is there a possibility to add a border radius to my featured links images via additional CSS in wordpress?

    Please let me know, thanks!

    Best,
    Felix

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

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

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .featured-link img {
      border-radius: 10px !important;
    }

    Kind Regards

    Thread Starter felixeichler

    (@felixeichler)

    Hey,

    thanks for the solution.

    Can you help me also with the post images on my start page. How is it possible to add a border radius?

    Best,
    Felix

    Hi @felixeichler

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .post-media img {
    border-radius: 10px !important;
    }

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border Radius Featured Links’ is closed to new replies.