Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #299179
    RodeBoy
    Participant

    For www. addictivemix.co.uk where the page background is set to white I need http://www.addictivemix.co.uk/events/ to have a black background to fit in with the calendar colours. Could you please provide me with the CSS coding to do this? Thanks, Chris

    #299210
    Skandha
    Participant

    @rodeboy: Hello Chris,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-14 #content {
    background-color: #000;
    }
    .page-id-14 .entry-title, .page-id-14 .entry-content {
    color: #fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #299237
    RodeBoy
    Participant

    Perfect, thank you Skandha.

    Chris

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different page background colour on specific page’ is closed to new replies.