Hi Everyone
Hope you’re well.
The image in the centre is a logo image I am using.
Not using the primary colour option how would I change the colour of the red sections?

Thanks :)
Hi Everyone
Hope you’re well.
The image in the centre is a logo image I am using.
Not using the primary colour option how would I change the colour of the red sections?

Thanks :)
Best answer by praveengeorgeix

You need to change the color in 2 places.
.Skin #LogoContainer {
padding-top: 0px !important;
padding-bottom: 0px !important;
background-color: #CF0202 !important;
}
.Skin #Logo {
background-position: center center;
margin: 0 20px;
background-color: #CF0202 !important;
}
Please add this code to CSS.
Kind regards,
Praveen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.