Reply To: Section 2 – counter image
December 2, 2017 at 12:16 pm
#6991
Grace Themes
Member
Hi Nenad,
To remove the white circle in the middle of the picture and to change the shape to square
Go to Appearance -> Editor -> style.css
add below css code at the end of style.css file
.cntimage span.counter { display:none !important; }
.cntimage, .cntimage img { border-radius:0% !important; }
Regards
Grace Themes