Home › Forums › Trusted Pro › Trying to make the background of my pages static › Reply To: Trying to make the background of my pages static
November 2, 2017 at 8:23 am
#2503
Andy
Keymaster
Hi Ryan, thank you for the kind words and glad you are enjoying the theme.
To remove the header image scrolling effect so that it will scroll the same as the rest of the content, add this css in ‘Additional CSS’ in the customizer:
.main-header{
transform: translateY(0) !important;
}