Hi there.
The background colour of the title container is red and I cannot change the colour. I have tried using the Custom CSS without success. Can you please advise?
Thanks in advance for your kind help.
Hey markmclaren74!
Personally I can’t see the red background color but it’s light grey for me. However you can change it with this css code – insert it into the quick css field:
#top.boxed .alternate_color.title_container{
background: #333;
}
Regards,
Peter