Search for: Log In Free Support [Support request] Adding black border to items in the media library Home › Forums › Support › Adding black border to items in the media library This topic has 7 replies, 3 voices, and was last updated 3 years, 11 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts April 24, 2017 at 11:16 am #309728 Lainey Is there a way to add a black border to items in the media library? Thank you! GP Premium 1.2.96 April 24, 2017 at 1:05 pm #309763 LeoStaff Customer Support Hi Lainey, Like everything in the media library? They would have some different selectors I think. Can you provide a link to your site and let me know which items you would like to add borders? Thanks! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 24, 2017 at 4:23 pm #309824 Lainey Hi Leo! The photos, primarily. https://www.growyouradvocacy.com/ Thank you! April 24, 2017 at 6:48 pm #309848 LeoStaff Customer Support Try something like this: .page-header-image img { border: 2px solid #000000; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 24, 2017 at 6:50 pm #309853 TomLead Developer Lead Developer Are you wanting the borders to appear in the actual media library in the Dashboard? Or on the images on the live site? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development May 5, 2017 at 7:35 am #314377 Lainey Tom – To the images on the live site. Thanks! May 5, 2017 at 8:57 am #314401 LeoStaff Customer Support Have you tried my code above? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 5, 2017 at 9:18 am #314423 TomLead Developer Lead Developer Leo’s code will add a border to the featured images/page header images. If you also want to apply a border to every single other image on the site, you could do this.. .site-content img { border: 2px solid #000; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In