Hey everyone,
My website is just about finished, but when I click on the navigation on the slideshow at the top of my site, a blue line appears underneath - any ideas please?
Password: iapeod
Hey everyone,
My website is just about finished, but when I click on the navigation on the slideshow at the top of my site, a blue line appears underneath - any ideas please?
Password: iapeod
Hello,
Please share the screenshot of which blue line you want to remove.
I saw the Curly bracket on the last.
I can’t see any blue line which you are talking about.
Hello @Judefish
Try adding this code at the bottom of the theme.css file
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
hii, @Judefish
Paste this code in the top theme.scss file.
.slideshow__controls {
display: none !important;
}
Thank You.
@media only screen and (min-width: 750px){
.slideshow__controls {
top: auto;
bottom: 0;
left: 0;
display: none !important;
}
}
Add this code in theme.scss or theme.css
It still doesn’t work - when I click on the nav bar to scroll to next slide, the blue line shows up?
Hi @Judefish have you tried this solution of mine?
Hi there,
Yes I did, this hasn’t worked either ![]()
Hi there
Do you have any suggestions? They would be most welcome ![]()
Hi @Judefish You can describe the problem with a screen shot video
Hi there, Oh, not done that before, but not sure that would help anyway. As soon as I click on the slideshow image, a blue line appears underneath. I’ve checked the css file and tried various coding, but nothing works ![]()
Anyone else have anything I could try?
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
also can you please try this code
:focus { outline: none; }