Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121491

    Hi,

    We are trying to change the background color on the topnav menu and background header text field for http://www.englishtrainernetwork.de.

    I can’t find any options to do this. Can you please help?

    Thanks!
    Chris

    #121525
    Mahesh
    Keymaster

    @englishtrainernetwork: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    .main-navigation {
    background-color: rgba(222, 233, 57, 0.8);
    }

    .site-description {
    background: rgba(222, 233, 57, 0.8);
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    #121817

    Thank you so much! This helped. But the color behind “English Trainer Network” didn’t change. Could you give me the CSS to change that as well?

    http://englishtrainernetwork.de/

    #121818

    Nevermind. I found it. It was the .site-title

    Thanks again for all your help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing background color on the topnav menu and background header text field’ is closed to new replies.