Disable Animations

hi Carlos

Where exactly? i need url and screenshot :frowning:

The title bar changes to a semi see through colour (grey ish) and scrolls with the page. The code you provided did stop it scrolling, but only on one page, is there a way to do this for all pages?

I havent updated the live site to reflect the title not moving but the site will show the colour change as soon as you scroll down.

https://centricsecurity.co.uk

Cheers

Good evening

You have to leave previous css in place and add this one too:

#header-wrap.smaller {
background-color: rgb(0, 0, 0);
box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

Wonderful! Thank you!

My last question is what CSS I need to put in to darken all my backgrounds to black on all of my pages?
I have the titles and footers darkened, but I’m wondering how to link CSS to each individual page?

Cheers

HI

“darken all my backgrounds to black on all of my pages?” - Where exactly? please always include link to the page referred in the question

Sorry.
basically any page other than my homepage that contains text, appears with a white background, black text. Changing the text colour is straight forward but how do I fill teh space between the top bar and bottom bar so that the whole page appears black?

https://CentricSecurity.co.uk/Contact-us is one example.

Hi

Use this css:

#container, #footer {
background: black;
}

regarding text colors, they can be changed from the page editor, you have now selected them as a black color please change them to white

Wonderful, Thank you ever so much!

Thank you to Carlos :slight_smile:

I will close this case now since its resolved, feel free to open new ticket