Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #436500

    I’m using a dark blue background on the main content of my site. However, for my blog, I would like a white background with dark text.
    How can I change the background color on the Blog Single Post View without affecting or changing the color of the header or footer (I still want the header and footer to have the dark blue bg)

    #436788

    Hey dburton77!

    Can you please post the link to your website?

    Regards,
    Yigit

    #438428
    This reply has been marked as private.
    #439462

    Hey!

    You can try this in the Quick CSS field:

    .single #main .main_color {
      background: #ffffff;
      color: black;
    }

    Cheers!
    Ismael

    #439666

    Worked great! Thanks so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to Change background color on Blog Single Post View’ is closed to new replies.