I want to change social icons in a invidual page from round to circle. Please help me!
Hey ezvisa,
As far as I know, round and circle is the same thing. Could you try to explain a bit further please?
Best regards,
Rikard
oh, I make confusion, sorry. square to circle.
Hi,
Please try this code in the General Styling > Quick CSS field:
#top .social_bookmarks li a {
border-radius: 100px !important;
}
Best regards,
Mike
Thanks for quickly reply. I want to change only on the page I stand on. what can I do.
Hi,
Please try this instead:
.postid-4892 .social_bookmarks li a {
border-radius: 100px !important;
}
Best regards,
Rikardx
This not work. Where can I add this CSS code? General Styling or Invidual CSS code for this Social Media Section?