square thumbnail - not round

Help! I would like to make the 48 px thumbnail square instead of round. Actually I would like to give it soft radius corners. 2 or 3 pixels.

I cannot find the css file which governs this. I tried a search on the usual '-moz-border-radius:50%' but came up empty.

Please help me if you can. Thank you!

  • 522
  • More
Replies (4)
    • Hello banister, You can find in template/css/default.less at the line 464

      /* image/thumbnail/gallery default styles */
      
      .bx-def-ava,
      .bx-def-thumb,
      .bx-def-icon {
          .radius(80px);
          overflow:hidden;
      }
      • Baloo, your own site looks great. The best una site I have seen.

        Thank you for your help today! True, it seems like a small detail but I believe the round thumbnail is a fad that will pass in time. Little or nothing else on the site is round.  :)

        Take care, friend.

        • Thank you very much :-) Maybe adding an option for this choice in "Protean" would be a good idea?

          • It maybe many such cases, we can't add settings for everything. 

            However you can add custom CSS code into Protean > Styles > Custom styles

            Login or Join to comment.