Change text colour on header image

This topic has 2 replies, 1 voice, and was last updated 3 years, 9 months ago by Maria Larsson.

Viewing 2 reply threads
  • Author
    Posts
    • #1653


      Maria Larsson
      Guest

      Hello team!
      I just did what someone else asked for: removed the grayscale on header image with the CSS code you provided and it’s just what I wanted BUT… Now my header text and menu will not show as they are white on a very light background. Is there any possibility to change text color here? Thanks for a lovely theme, used it for years now.

    • #1654


      Spiracle Themes
      Guest

      Hi Maria,

      You can try the following CSS

      @media only screen and (max-width: 2560px) and (min-width: 768px){
      .home .navbar-default .navbar-nav > .active > a{
      color: #555 !important;
      }
      }

      @media only screen and (max-width: 2560px) and (min-width: 768px){
      .home .navbar-default .navbar-nav > li > a {
      color: #555 !important;
      }
      }

      .home button.trans{
      border: 1px solid #555;
      }

      .home .btn-default{
      color: #555;
      }

      .promo-section{
      color: #555;
      }

      Copy and paste this in Appearance -> Customize -> Additonal CSS

      Best Regards

    • #1655


      Maria Larsson
      Guest

      Brilliant! You are the best!!!! Thank you again for great support!

Viewing 2 reply threads

Reply To: Change text colour on header image

Your information: