I have an icon button in headers which when you click on it scrolls you down the page.
When I go backup, there is a blue border around it which I don’t know how to remove.
I have an icon button in headers which when you click on it scrolls you down the page.
When I go backup, there is a blue border around it which I don’t know how to remove.
Hi There,
To remove the outer border, please add this custom CSS under Pro > Theme Options > CSS:
a.hm9.x-anchor.x-anchor-button.learn-more {
outline: none;
}
Hope it helps
Thanks a million. That worked!
Glad it worked.
Cheers!
Hi there. Following the recent upgrade to the Pro 2.0.4, the blue border seems to have returned. I have checked and the CSS code is still there. Please advise.
Hi There,
Could you please try clearing your cache and test it again? as I cannot see this issue.
Thanks!
Hi there…
I did that several times and tested on both Chrome and Safari.
The issue is a post click issues. After I click, pages scrolls down… but when I scroll back up again the blue frame appears.
Hi there,
Please try this:
.learn-more:focus {
outline: none !important;
}
Hope this helps.
Great, that worked. Thank you!
Glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.