Not able to change footer color

  • Unknown's avatar

    I would like to change the footer color of my page but when I go into theme options and try to change the accent color the only thing that changes is the top menu bar and a small area a the bottom that says what theme I’m using.

    How do I change the whole background area underneath where I post. Where says archives, recent post, and archives?

    Thanks!

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

  • Unknown's avatar

    Hi there! The color customization options available on the free plan are located in Customize > Colors & Backgrounds and vary by theme.

    If you would like to do specific customizations beyond the options available there, you would need the Premium upgrade, which gives you access to Custom Design so that you can add custom CSS.

    If you decide to add Premium at some point, you could adjust that area’s background color by going to Customize > CSS and pasting in the following code:

    .site-midrow {
    	background-color: #fff;
    }

    You can test it out to see how it looks before getting the upgrade, if you’d like. Go to Customize > Custom Design, then click Try Now. Then go to the CSS section and paste in the code. (You’ll be able to preview it on your site, but it won’t save without the upgrade.)

    Let me know if you have any questions!

  • The topic ‘Not able to change footer color’ is closed to new replies.