Hi!
I would like to ask you if it's possible to make rounded corners to my forum and posts?
Forum:
Posts:
Thanks!
I would like to ask you if it's possible to make rounded corners to my forum and posts?
Forum:
Posts:
Thanks!
.pun .post{border-radius:5px;}
.pun{border-radius:5px;}
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
Luffy wrote:Hello,
Add this in your CSS:
- Code:
.pun .post{border-radius:5px;}
.pun{border-radius:5px;}