How can I do it ? (elementor)

barhan

Well-known member
Jul 12, 2018
402
480
63
I want to make a circle shape like in the picture. how can i do in elementor? Do you know any plugins?

Ekran-g-r-nt-s-2020-11-17-051827.jpg


demo(make with wpbakery): https://kapee.presslayouts.com/
 
  • Like
Reactions: mahins

frizzel

Well-known member
Trusted Uploader
Jun 13, 2019
485
253
63
Wherever my imagination takes me
I think OP wants to know how to do the rounded shape of the images in the carousel. Well, that's easy, too. If you look at the dev console of your example you'll see the css code for the div containing the image:
CSS:
.category-image {
    border:1px solid #e9e9e9
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
That's it to get your rounded image with a light colored border.
 
  • Like
Reactions: barhan

locomotii

Well-known member
Trusted Uploader
Mar 11, 2019
324
821
93
I think OP wants to know how to do the rounded shape of the images in the carousel. Well, that's easy, too. If you look at the dev console of your example you'll see the css code for the div containing the image:
CSS:
.category-image {
    border:1px solid #e9e9e9
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
That's it to get your rounded image with a light colored border.

My bad! I didnt read the question properly. Urgh.

Yeah. Use CSS selector with border-radius: 50% to make all the rounded edges into a circle.
Here's a tutorial on how to achieve this.

In elementor, change the 'Border Radius' setting into all 50%.

1605587789172.png
 
  • Like
Reactions: barhan

Latest posts

Forum statistics

Threads
70,173
Messages
916,838
Members
246,853
Latest member
houfree

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu