Support » Theme: Customizr » How to change color of the title

  • Resolved mafate

    (@mafate)


    Hello!

    Can you tell me, how I can change the color of the title of the website in the header and the color of the navigation.

    Thank you for helping me,
    Gerhard

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @mafate

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .header-skin-light .branding a,
    .header-skin-light [class*="nav__menu"] li > a,
    .header-skin-light [class*="nav__menu"] .dropdown-item a {
    	color: #107766;
    }
    
    .header-skin-light [class*="nav__menu"] li:not(.dropdown-item).current-active > a, .header-skin-light [class*="nav__menu"] li > a:hover,
    .header-skin-light [class*="nav__menu"] .dropdown-item > a:hover,
    .header-skin-light .header-tagline {
    	color: #014237;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter mafate

    (@mafate)

    Oh yes, thanks. It worked :-).

    Gerhard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change color of the title’ is closed to new replies.