Hi Kriesi people!
I want to customize a little the popular/recent/comments widget:
1- I want to hide the border of image like number 1 in image with style=”border-style: none;” or similar.
2- Make image rounded like number 2 in image with style=”border-radius:50px;” or similar.
Thanks in advance.
https://drive.google.com/file/d/0B89QUyIFnsEWdXBoLW5vMUZmNWc/view?usp=sharing
Hey pnacho!
Please add following code to Quick CSS
span.news-thumb {
border: none!important;
}
span.news-thumb img {
border-radius: 50px;
}
Best regards,
Yigit
Thank you Yigit!