• I have changed the background colour to light yellow for the opening page “Klimakteriepoddens hemsida” and the page “Avsnitten” when one scrolls down. If however you go to “Avsnitten” the page is still white/not coloured. What to do?

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

Viewing 1 replies (of 1 total)
  • Hello hemsida,

    Instead of
    .panel-content {
    background-color: #FAF4E7;
    }

    Use
    #content{
    background-color: #FAF4E7;
    }
    As panel-content class is not available on “avsnitten” page.But “Content” id is available on both the pages so use background color to content id.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Changing background colour’ is closed to new replies.