• Resolved gary yap

    (@gary-yap)


    May I as what custom css code should I add to change the default colour #b23d3c to #000000? Because when I view my website in my phone, the site logo (png) is not visible under #b23d3c red colour?

    Your help is deeply appreciated and thank you very much! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • I think you may have to change some code in the style.css in your dashboard editor.

    Don’t make changes in any theme files – unless you are using a child theme – otherwise those changes will be lost when the theme is updated.

    @gary yap
    – please post a link to your site if you need CSS help.

    Thread Starter gary yap

    (@gary-yap)

    i am using a child theme (goran) and here is my site: https://www.mypsychologychannel.com

    Any idea with the ways of changing the header background colour?

    Hey there gary yap,

    Hope you’re well today!

    Try adding the following CSS code to your child theme style.css.

    .site-header {
    background: rgba(0, 0, 0, 1);
    }

    This should make the header black on smaller resolutions.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter gary yap

    (@gary-yap)

    Bojan, thanks for the immediate reply, it works! Really need to invest time to learn more about CSS coding, cheers, have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the colour of the header’ is closed to new replies.