Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #297125
    oldpille
    Participant

    Hello,

    On my website www. fotogruppe-nebenan.de I want to change the site header text and the 3-line menu the text color.

    Is there a CSS for it?

    Thank you for your suggestions for solutions.

    Many greetings Oldpille

    #297134
    Skandha
    Participant

    @oldpille: Hello Oldpille,

    Go to => Apperance => Customize => Additional CSS and add the following CSS Code.

    /* To change the color hamburger menu icon */
    #menu-toggle {
    color: #000;
    }
    
    /* To change the color of Site Header Text */
    .custom-header-content .section-title {
    color: #000 !important;
    }
    

    You can change the colors according to your choice.
    Let me know if this works out!

    Kind Regards,
    Skandha

    #297205
    oldpille
    Participant

    Hello Skandha,

    Thanks for the code. Code 1 works. thank you

    But the 2nd code refers to the header Media Title. I wanted to change the site header text. Thanks for a 2nd try?

    Greetings Oldpille

    #297276
    Skandha
    Participant

    @oldpille: Hello Oldpille,

    Can you please clarify which text you referring to by Site Header Text?

    Kind Regards,
    Skandha

    #297345
    oldpille
    Participant

    Hello Skandha,

    thank you for asking again.

    I mean by the site header text.

    Please visit my website: http://www.fotogruppe-nebenan.de

    The text that is now displayed in white ((c) …..). (Copyright of the photo!) Since I have chosen a very light background, it is very difficult to see it.

    I would send you a screenshot but it is not intended here

    Greetings oldpille

    #297401
    Skandha
    Participant

    @oldpille: Hello Oldpille,

    To change the Site Header Text color

    Go to => Apperance => Customize => Additional CSS and add the following CSS Code.

    .site-header-text p {
    color: #000;
    }

    You can change the color according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #297427
    oldpille
    Participant

    Thank you Skandha,

    that was the right code.

    Perfect.

    Greetings Oldpille

    #297468
    Skandha
    Participant

    @oldpille: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font color for site header text and 3 line menu’ is closed to new replies.