Skip to main content
December 4, 2016
Question

Template 7-D Header BG Colour Issue

  • December 4, 2016
  • 2 replies
  • 3050 views

Has anybody had any issues with the 'Header BG Colour' for Marketo Template 7-D. It doesn't matter what colour I change it to, it doesn't update. Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Frank_Breen2
Level 8
December 7, 2016

Can you show the sample of your code? You need the following 3 things for it to work:

<meta class="mktoColor" id="headerBG" mktoName="Header BG Color" default="#222222">

.header

{

background-color:${headerBG};

}

<div class="header"></div>

December 21, 2016

Thanks Jeffrey, I checked this and all seems to be as below but it's still not working.

December 21, 2016

Hi Jeffrey/Frank,

I checked out both of these issues and they are as mentioned above but the issue is still there.

Thanks,

Nicole

December 13, 2016

Further to Frank's point, the specific color should live in one of those three places. Generally changing the hex code in the <meta> element should do the trick, as the .header class just references that value.

December 21, 2016

Hi Jeffrey,

I checked out both of these issues and they are as mentioned above but the issue is still there.

Thanks,

Nicole

Frank_Breen2
Level 8
December 21, 2016

Can you share your code, without that we couldn't give a full answer.