• Resolved Paul

    (@nozzmoking)


    I have the top bar option unchecked, which means it is coloured grey. Is it possible to change the colour to black?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi Paul,

    go to Appearance > Editor select the custom-style.css file, paste the following code and save the changes.

    .top-bar{background-color:#222222 !important;}

    Regards.

    Thread Starter Paul

    (@nozzmoking)

    That’s great, thank you! If I wanted the footer to match would it just be a case of adding something like: .footer{background-color:#222222 !important;} to the same file?

    Theme Author galussothemes

    (@galussothemes)

    In the custom-style.css file paste the following:

    footer[role="contentinfo"]{background-color:#222222;}
     .site-info{background-color:#222222;}

    Regards.

    Thread Starter Paul

    (@nozzmoking)

    Thanks again for your great support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I change colour of top bar?’ is closed to new replies.