• At the moment my FT: Service Widgets look like this (images are too big, cannot include the price, and I want round shape corners): https://ibb.co/ysH6Lc9

    How can I convert it to that shape, maybe I need some css editing? Or I need to install a plugin?

    • This topic was modified 6 years, 5 months ago by mertimiks.
Viewing 1 replies (of 1 total)
  • Hey,

    You may go to your Dashboard > Appearance > Customize > Additional CSS
    Add this:

    .service-image-wrap img {
        width: 100%;
        border-radius: 50%;
        border: 30px solid #fff;
    }

    Good Day,
    Best Regards. 🙂

Viewing 1 replies (of 1 total)

The topic ‘FT: Service Widget Customization’ is closed to new replies.