Footer | Overwrite Theme Colour | XM Community
Skip to main content

Hi Everyone

Sorry me again.

 

The above is my footer. How do I change the colour of this without changing the theme as this alters something else I don’t want altering.

I seem to also be having the same issues with my End Of Survey message.

As you can see the hyper link is black when I want it #8C8C8C

Or any tips for adding a nice dutton rather than text that is hyper linked?

Thanks in advance. 

@parkie_0007 

For footer and EOS.

.Skin #BrandingFooter, .Skin #Footer {

color: white;

}

.Skin .EndOfSurvey {

color: white;

}

 

Hope it helps!


Perfect!

But for my footer my hyper link still needs to the same colour.

As you can see its black and I would like it to be #8C8C8C like the other copy.

The end of survey message worked :)


Perfect!

But for my footer my hyper link still needs to the same colour.

As you can see its black and I would like it to be #8C8C8C like the other copy.

The end of survey message worked :)

Try adding this as well to existing

a {
    color: #8c8c8c;
}


Perfect!

But for my footer my hyper link still needs to the same colour.

As you can see its black and I would like it to be #8C8C8C like the other copy.

The end of survey message worked :)

Try adding this as well to existing

a {
    color: #8c8c8c;
}

Thanks for your help.

This is what I currently have but still not working? Any ideas?

.Skin #LogoContainer {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.Skin .ValidationError {
color: #8C8C8C !important;
}
.Skin .TE .ML .InputText, .Skin .TE .SL .InputText, .Skin .TE .ESTB .InputText {
background: #fff;
color: #000000;
border-radius: 5px;
}
::placeholder {
font-size: 18px;
color: #8C8C8C;
}
.Skin #BrandingFooter, .Skin #Footer {
color: #8C8C8C;
}
.Skin .EndOfSurvey {
color: white;
}
a {
    color: #8c8c8c;
}

Thanks :)


@parkie_0007 Which layout are you using?


Leave a Reply