• Hello πŸ™‚

    I decided to open another topic as it concerns a different area.

    Is there a way to change the color of the progress bar at the very top of the page? I mean the one that appears while the homepage is loaded. Currently, it’s greenish and I would like it to be black.

    Unfortunately, I couldn’t find any class/property which defines the color it πŸ™

    Thank you πŸ™‚

    Marcin

Viewing 1 replies (of 1 total)
  • Hi there Marcin,

    You can change it to black with this CSS:

    .pace .pace-progress {
    	background: #000000;
    }

    When you add this, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

Viewing 1 replies (of 1 total)

The topic ‘Loading bar color’ is closed to new replies.