MyBB Community Forums

Full Version: Find certain code to remove borders?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-11-13, 12:24 PM).m. Wrote: [ -> ]^ which browser you are using ? have you hard refreshed browser (a couple of times) ?
I can clearly see that as required, border around the avatar is disappeared

Mmm that is strange, I was on Google Chrome, I switched to Mozilla Firefox and it's still there for me and my friend said it wasn't like that yesterday and when he logged in today the avatar has white borders :/
^ may be I was mistaken about your requirement. if you wanted to remove the thick border around avatars
please remove earlier added code and add below code in the global.css (edit in advanced mode)
.post .post_author div.author_avatar img
  {border: none!important;
   padding: 0!important;}
(2014-11-13, 01:24 PM).m. Wrote: [ -> ]^ may be I was mistaken about your requirement. if you wanted to remove the thick border around avatars
please remove earlier added code and add below code in the global.css (edit in advanced mode)

.post .post_author div.author_avatar img
  {border: none!important;
   padding: 0!important;}

You just fixed it, thank you very much for your time!
Pages: 1 2