Found this content helpful? Log in or sign up to leave a like!
Mouse Focus - Tabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025
10:34 AM
Greetings.
I'm curious about mouse focus when adding content tabs. I was hoping to remove the underline on the active state tab, but Canvas strips out the .css
<style>
.enhanceable_content.tabs ul li.ui-tabs-active a {
text-decoration: none !important;
}
</style>
Has anyone found a way to make the active tab non-underlined to improve focus? See attached.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025
08:27 AM
Hi @RobertGibson,
There is bunch of other aspects included but take a look at @DrNufer's guide/video at https://www.howtocanvas.com/create-amazing-pages-in-canvas/tabs.
The guide talks about using "text-decoration" in your code.
-Doug