• Hello,
    I am experiencing difficulties with the header logo and background colour. On the front page the colour is correct but on every other page the header logo background colour is incorrect and does not blend with the background colour. please can you advise how to fix this.
    Kind Regards,
    Lloyd

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author spiraclethemes

    (@spiraclethemes)

    Hi @shuffleharri

    Thanks for reaching out
    After inspection, I found that your homepage background color is #A7E5FC
    Whereas inner pages body and page title colors are #9ae1fc. You need to change it to #A7E5FC

    CSS to update
    ————–

    .page-title {
    background: #A7E5FC;
    }

    body {
    background-color: #A7E5FC;
    }

    Let us know if you need any assistance

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Logo displaying differently on pages other than the homepage.’ is closed to new replies.