Hi,
I have tried looking through almost every css file, yet I can find where I need to remove the border around image links. Can someone please point me in the correct direction?
Thanks,
Chase Miller
Faster, better and easier!
Hi,
I have tried looking through almost every css file, yet I can find where I need to remove the border around image links. Can someone please point me in the correct direction?
Thanks,
Chase Miller
Hi Chase,
did you try Firebug?
It helps me most times.
Hi Chase,
It's in colors.css. Please do not make direct changes in the file rather create a child theme and put following in the css
.post-content img{border:none;}
You can see how to create a child theme for BP Mag here
http://buddydev.com/themes/bp-mag/documentation/creating-child-theme-for-bp-mag/
Hope that helps.
Edit: I totally agree with @John, just saw you post :)
You must log in to post.