• Resolved Deliquescent

    (@deliquescent)


    I am calling on any coding wizards here, I have a business site recently published which is a customized theme, seems to be bootstrap – I want to edit the header Navbar to a deeper green – and also the footer – i want to have a site index in the footer also. Trying to use the Edit CSS from Jetpack does not change anything – have also tried using the Style sheet
    Can anyone suggest how to make changes to the header/footer areas please?

    URL: https://www.tasruralsupplies.com.au

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this code for the header colour:

    .header .topNav {
        background-color: #HEXCODEHERE;
    }

    This for the footer colour:

    footer.footer {
        background-color: #HEXCODEHERE;
    }

    You may want to check the order of how your style sheets are getting loaded. You may be loading Bootstrap after your stylesheet, which is why you don’t see your changes take effect.

    Thread Starter Deliquescent

    (@deliquescent)

    Yes, thank you this is precisely what was happening, I appreciate you taking the trouble to answer I managed to access the bootstrap css and edit the colors there. Sorted!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header & Footer Color in Bootstrap custom theme’ is closed to new replies.