How to Change Circles into Square in Zelle

If you want to change the circle into a square in the Zelle theme, add the following custom CSS to Appearance -> Customize -> Additional CSS section.

1)    Code for features section:
.focus-box .service-icon {
border-radius: 0;
}
.focus-box .service-icon .pixeden {
border-radius: 0;
}
	
2)    Code for team section:
.team-member .profile-pic {
 border-radius: 0;
}
	
3)    Code for testimonial client image:
 .feedback-box .client-image {
 border-radius: 0;
}
	

For the Spanish version of this documentation you can check out this link: ¿CÓMO CAMBIAR LOS BORDES CIRCULARES A BORDES CUADRADOS?.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us