Hi ! Using JA Flix and can't find a way to change a position background color. It's actually black and I would like to switch to a white background, but whatever I change in Layout Settings switching the Palette, it doesn't change. Any idea why ?
Hi
You're right, this template has its own style to set the black background for the header, you can override with this custom css rule:
#t4-header { background: #080808 !important; }
and change to your desired color.