customize edin

  • Unknown's avatar

    I have set the color background to a color that I like and found a CSS code to change the color of the bottom section of my blog as well but I’d like to change the white background that is prominent in the edin theme. Is there a way to do that? Here is my blog:

    rebeccatoddpeters.com

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • white background that is prominent in the edin theme

    Could you let me know which specific area because, there are threes areas with white background: header, Featured Pages ( About, Books, Speaking Engagements) and footer.

    If you meant header, please add the following CSS and replace green with color/hex code of the color your prefer.

    .site-header {
    background: green;
    }
  • The topic ‘customize edin’ is closed to new replies.