• Resolved holmbladskan

    (@holmbladskan)


    I am very much in the embryo state of my page, and far from finished. Current issue:

    – I want the body background on my front page to be transparent; and have just managed to achieve this. However; I want the body behind the text on my posts to be white, so that the text is legible. Is there a way to achieve this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The following in Appearance->Customize->Additional CSS should work

    .single-post .wrapper .row {
    	background-color: white;
    }
    Thread Starter holmbladskan

    (@holmbladskan)

    Thanks; worked a treat! Now I just need to get the width the same as the featured imgage…

    Add

    margin-right: auto;
    margin-left: auto;

    into that code block

    
    .single-post .wrapper .row {
    	background-color: white;
    	margin-right: auto;
    	margin-left: auto;
    }
    Thread Starter holmbladskan

    (@holmbladskan)

    Thanks so much for solving both my issues! Happy weekend 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Different background colors’ is closed to new replies.