• I am using “Cloriato Lite” as my theme, and I would like to change the color of the footer to match my website. Does anyone know how to do that? Also, I couldn’t place the recent post to the home page. It would be great if anyone can help me to solve that!
    https://www.tasterida.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like the code you would need to edit for the footer is in style.css

    .footer-content .footer_wrap {
    background: url(images/footer-bg.png);
    margin: 0 auto;
    padding-top: 30px;
    width: 1040px;
    }

    You would want to change the background element in that code. You could use something like

    background-color:#FFFFFF

    Which would make the background white. Are you comfortable editing the CSS?

    Also for the posts, what do you have set for “Front Page Displays” in Settings > Reading?

    Thread Starter long0818

    (@long0818)

    I have set the front page display as “Your latest Posts”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing footer color’ is closed to new replies.