Hi Guys,
It seems the Travelin template defaults the Header area to an RGBA transperancy as no matter what colour you add in the CSS generated is
#sp-header {
background: rgba(251, 228, 77, 0);
}
Note - you will see the zero at the end of the RBGA colours making the colour transparent
Is there any way of setting the transperancy to 1 so that we're able to see the colours added in the template manager?
(Please note, I know how to add a colour to the header with custom CSS. I want to eliminate the transparency which is different)