- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recently I discovered how to create different tabs in a lesson. It is a great tool, but I wanted to know if anyone knows how to shade the boxes to differentiate the tabs. Right now, everything is white, so the tabs don't stand out from one another.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use inline style, add in these codes to your tabs:
<style="background-color: #4287f5;"> etc, you have to put the same hex value to both tab and tab body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this thread for more information: https://community.canvaslms.com/t5/Question-Forum/Formatting-tabs-in-Canvas-page/td-p/197474
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use inline style, add in these codes to your tabs:
<style="background-color: #4287f5;"> etc, you have to put the same hex value to both tab and tab body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this thread for more information: https://community.canvaslms.com/t5/Question-Forum/Formatting-tabs-in-Canvas-page/td-p/197474
