Site logo

Archived topic

Change color top bar background color on specific page

3 replies · Started by Kim on December 10, 2019

Viewing posts 1–4 of 4

Hi there, I would like to change the top bar background color just on specific pages. Would this be possible? If yes, how can I implement this?

Many thanks in advance :-)

Hi there,

CSS is needed:

body.page-id-xxx .top-bar {
    background-color: #000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Just replace xxx with the actual ID of the page you are trying to change.

Let me know if this helps :)

Awesome! Thanks :-)

No problem :)

This archived topic is closed to new replies.