badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Round icons

#22823

Hi Michal,

To get round service image view Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.service-icon {
    border: 2px solid #3ab0db;
    display: block;
    margin: 0 auto;
}
.service-item .service-icon, 
.service-item .service-icon img {
    border-radius: 50px;
    height: 60px;
    width: 60px;
}

Thank you!