• Resolved osniel93

    (@osniel93)


    hello I need to change the blue color of the footer of the page and I can’t find how to do it, just like the blue that appears at the top of the menu

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi

    You can use below custom CSS and change color code accordingly:

    
    .container-fluid.footer-copyright {
    	background-color: #000;
    }
    

    To add custom CSS: Appearance > Customize > Additional CSS.

    Thanks

    Thread Starter osniel93

    (@osniel93)

    Thank you very much, it has been very helpful

    midwesternbovee

    (@midwesternbovee)

    This also worked well for me, but how do i do the same thing for the top menu? As soon as i scroll down it turns to the same blue color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blue color in the footer of the page’ is closed to new replies.