• Resolved battyrobin

    (@battyrobin)


    Hi, I am a rank beginner and I am trying to figure out how to change the color of the black menu bar in this theme. Can you help?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there,
    would you please provide a link to your website.. that would make it easier to help you.

    Depends upon the theme your using!

    So share the link and then it would be easy to help

    You can change the color of text and background color via CSS thoe

    Well, maybe you are working on the theme locally, so in case, i would strongly suggest to create a Child theme first, check this link to learn more about Chile themes: https://codex.www.ads-software.com/Child_Themes

    After doing so, you will just have to change the color value of the menu bar:

    .navbar.navbar-default {
    background-color: #363636; ** to be changed **
    font-family: ‘Open Sans’,serif;
    font-weight: 500;
    margin-bottom: 0;

    Hope that helps,

    take care

    Thread Starter battyrobin

    (@battyrobin)

    My site is https://www.hydrogenrich.org. I should have said that I don’t know how to do any coding. I will do my homework on making a child theme. Can you point me to a beginners guide on how to use CSS. — That is CSS coding, right? I’m not even sure where it gets entered.

    Thanks for your help.

    Thread Starter battyrobin

    (@battyrobin)

    kickback, the theme I am using is Sparkling.

    Theme Author Silkalns

    (@silkalns)

    There is a special option for this in WordPress dashboard – Appearance – Theme Options – Header – “Top nav background color”.

    Please spend some time and read Theme Documentation and browse areound Theme Options to understand what is possible.

    In your case Child Theme is not necessary, at least for now.

    Thread Starter battyrobin

    (@battyrobin)

    Thank you Silkalns!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change menu bar color’ is closed to new replies.