Avada › Forums › Community Forum › toTopHover Contrast Error – remove opacity
Tagged: custom css, css, color, toTopHover contrast error, topTop
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
I need to change the toTopHover – getting a Web Accessibility Error – Contrast Errors opacity: .9;
Very Low ContrastIf I remove Opacity I do not get error. Custom CSS did not work.
<span class=”screen-reader-text” style=”color: rgb(0, 35, 156); background-color: rgb(51, 51, 51);”>
Go to Top
</span>Try tweaking these CSS values. Add
!important
as needed.#toTop { background-color: pink; } #toTop:before { color: red; } #toTop:hover { background-color: yellow; opacity: 1; }
https://theme-fusion.com/documentation/avada/how-to/how-to-apply-custom-css/
Thank You. I set opacity to 1 and this worked. There are so many issues with this theme and Web Accessibility. I appreciate your response.
You are welcome. Good job!
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Was this topic helpful?