Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Customizing Home Page Features

#3618
Grace Themes
Member

Hi

To solve this issue

Go to Appearance -> Editor -> style.css

and use below css code at the end of style.css file

.services-wrap .one_third { text-align:center; margin-bottom:0;}
.services-wrap .one_third .fa{ background-color:#A8B1B8; color:#fff; padding:35px; font-size:50px; border-radius:50%;}
.services-wrap .one_third h4{ margin:15px 0;}
.services-wrap .one_third:hover .fa{ background-color:#5095CE; color:#fff;}
.services-wrap .one_third:hover h4{ color:#5095CE;}
.services-wrap .one_third a.rdmore{ color:#78797c; margin-top:25px; display:inline-block; padding:8px 20px; border:1px solid #A8B1B8;  border-radius:20px;}
.services-wrap .one_third:hover a.rdmore{ border-color:#5095CE; color:#5095CE;}

Regards
Grace Themes