ellen_b Posted July 8 Posted July 8 Hello, I am struggling to find the css selector to add a 1px black outline around the images in my list section carousel. Any help would be much appreciated!
Lesum Posted July 8 Posted July 8 @ellen_b Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Solution Lesum Posted July 8 Solution Posted July 8 @ellen_b Hi! You can add this code under Website > Pages > Website Tools > Custom CSS to create a 1px outline around the images in the list section carousel. section[data-section-id="668bdfc019b7cd389380c055"] .user-items-list-carousel__media-inner { border: 1px solid; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
ellen_b Posted July 8 Author Posted July 8 Amazing! Thanks so much. If I want to apply to all index carousel sections site-wide do I just delete the section ID?
Lesum Posted July 8 Posted July 8 6 minutes ago, ellen_b said: Amazing! Thanks so much. If I want to apply to all index carousel sections site-wide do I just delete the section ID? Yes. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment