• Resolved ClaitonLord

    (@claitonlord)


    Hey Folks,

    I wanna change the colors of my footer and header(menu). I see its all coded in my original style.css file. Should i copy the original style.css file to my child theme(there is already a style.css, but there isnt as much code in it in comparising with the original one) and edit from there?

    Please let me know! Thanks!

    Stijn

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use your Child Theme style.css file to override styles within your parent theme stylesheet, you don’t need to copy over anything.

    For example, add this to your child theme style.css file:

    .navigation.bg-dark {
        background: #000;
    }

    Hope this helps.

    Thread Starter ClaitonLord

    (@claitonlord)

    Yes, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i change the color of the footer and header(menu)’ is closed to new replies.