Hello,
I would like to change the color of the text of the language dropdown in the header. Now the contrast with the image is to low.
What can I do?
Thank you,
Hans-Peter
3 replies · opened Jun 7, 2023
Hello,
I would like to change the color of the text of the language dropdown in the header. Now the contrast with the image is to low.
What can I do?
Thank you,
Hans-Peter
Thank you!
I prefer much smaller icons and dropdown on hover instead of on click. That was the reason I miss-used the topbar version I found somewhere.
Is that possible?
Hello,
Yes, absolutely this is possible! :)
Use this CSS in the css/custom.css File:
[ch_pre type="css"].top-links {
--cnvs-topbar-border-size: 1px;
--cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
--cnvs-topbar-submenu-padding: 0.625rem;
--cnvs-topbar-submenu-font-size: 0.75rem;
}[/ch_pre]
Use this HTML:
[ch_pre]
[/ch_pre]
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard