Viewing 7 replies - 1 through 7 (of 7 total)
  • .main-navigation ul ul, .footer-widgets-wrapper, .site-footer, .top-bar {
        background-color: 
        #******;
    }

    Change the hex code to whatever color your want, you need to discover the power of your code inspector in whichever browser you are using.

    Thread Starter surfandchillbastimentos

    (@surfandchillbastimentos)

    Ok, thank you. I know I have a lot to learn yet. Trying to go step by step ??

    Thread Starter surfandchillbastimentos

    (@surfandchillbastimentos)

    @bam-bam Ok, I’m getting there! ?? I managed to changed the top bar and footer using your code and I managed to change the header widget area. Now I would like to also change the color of the primary menu for the mobile version of the website. But I don’t understand what exactly I have to modify.

    You add the code you need to change to: Appearance, Customise, Additional CSS

    Make sure you save it when done

    Thread Starter surfandchillbastimentos

    (@surfandchillbastimentos)

    @bam-bam Thanks!

    I would like to also change the color and border-color of the primary menu for the mobile version of the website. But I don’t understand what exactly I have to modify.

    In the inspector if you look closely you will find a button that will allow you to see the mobile version, have a look for it.

    button.menu-toggle {
        color: #******;
        border-color: #******;
    }
    • This reply was modified 5 years, 1 month ago by Bam Bam.
    Thread Starter surfandchillbastimentos

    (@surfandchillbastimentos)

    @bam-bam Thank you so much!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How can I change the color of the top bar?’ is closed to new replies.