Hi - I was just wondering how I can get rid of this weird blue border around my gallery images? It only happens when I click on the actual image links themselves. I'm using the Debut theme if that helps at all. Thank you in advance! My website is www.terrasoleil.com
Please place this code at end of theme.scss
.image-bar__link:focus {
position: relative;
z-index: 0 ;
outline: none;
border: none;
}
Please add this code at the bottom of your assets/theme.scss.liquid file.
.image-bar__link:focus{
outline: none;
}
Hope this helps.
Thanks!
User | Count |
---|---|
451 | |
211 | |
105 | |
90 | |
87 |