Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #330831

    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

    #330834

    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

    #331485

    Thank you Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize Popular and Recent widget’ is closed to new replies.