• Resolved ma3ry

    (@ma3ry)


    I’m trying to change the blue navigation bar at the top, and the blue footer at the bottom of the Mantle Child Template of GeneratePress.

    I have been unable to find where to change the hex#

    I am guessing that it is in the style.css file of generatepress theme but just haven’t been able to find it. Would appreciate any help.

    Many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You’ll want to add custom CSS using a plugin like this: https://wordpress.org/plugins/simple-custom-css/

    Then you can do something like this:

    .main-navigation, .main-navigation ul ul {
          background-color:#222222;
    }
    .site-info {
          background-color:#222222;
    }

    I suggest using a tool like Firebug to look at the current styles and then overwrite them in the plugin.

    There’s also a $5 addon you can purchase to make all of these changes easily with no code.

    Let me know if you need more info 🙂

    Thread Starter ma3ry

    (@ma3ry)

    Many thanks! I am using Custom CSS and this was exactly the code I needed.

    I just looked at your addons – watched all the videos, and I am so impressed! I just had to buy the bundle and can’t wait to start using them. Without a doubt I think this has been the best investment of my money since I started working with WordPress.

    Again, many, many thanks!

    Theme Author Tom

    (@edge22)

    Thanks so much!

    If you have any questions just let me know 🙂

    Tom

    Chris M. Miller

    (@chrismilleresp)

    Wow! Thank you Tom, you help me a lot!

    Theme Author Tom

    (@edge22)

    You’re welcome! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Do I Change the Colour Of Navigation Bar & Footer in Mantle Theme’ is closed to new replies.