Home Forums Basel support forum Change color for text from TOP BAR & Header

Change color for text from TOP BAR & Header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61689

    theDevelopers
    Participant

    Hi, I activated dark mode but I want to change the text from white to a yellow-ish.
    How I can do that?

    #61700

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .color-scheme-light .topbar-menu ul.menu>li>a {
        color: #f2c858;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)