Forum Discussion
RachelMiller-20
8 months agoCommunity Member
Theme Color on Tab Label Text
I am looking for a way to turn off the default choice of the theme color on tab labels. I chose a color for my course theme that has the proper 4:5:1 contrast for the buttons, etc. in the course, bu...
PhilFoss
Community Member
Rachel, I added a theme component to fix the issue, in this case I just made the tab titles inherit the color specified in your theme for headings- its a css variable. I zipped it up so you can see how the component is added in a new folder called theme.
.blocks-tabs__header .brand--linkColor {
color: var(--color-header-text);
}
TeresaVanderpos
3 months agoCommunity Member
Hi there, just to confirm, I won't see this change in my editing window, I would only see this after I have published and have my zip file, and then add this theme folder into it?
- PhilFoss3 months agoCommunity Member
That's correct I have some videos showing my recommended process- you need to export your course, add the new folder in the same folder as index.html, then link to your new css file in the index.html file.