• There is a color band that runs across the bottom of the Satorii theme. Right now it’s gray — I’d like to change colors. How do I do that?

Viewing 7 replies - 1 through 7 (of 7 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme (and any problems) might result in more responses.

    This is what you need to start with – In “style.css”;

    #nav-below{
    background:#E1E0D0;
    border-top:2px solid #EBEADE;
    }
    #nav-below div:hover{
    background:#ebeade;
    }

    Those deal with the three sections of gray bar and the hover color (including the top border) – above the bottom widget/sidebar area.

    Do you just enter a new hex code to change the color?

    Why… yes. Yes you do.

    ??

    Thread Starter afairey

    (@afairey)

    Clayton, Thanks for pointing me in the right direction, but unfortunately I have no idea what a hex code is. What part of the css code you posted do I switch out, and what do I replace it with? It’s not like the name of a color mentioned that I can swap for something else, so what would code for, green lets say, be?
    Thanks for your help!!
    my site is https://www.ashleefairey.com

    The items I posted in bold are the color codes you need to change.

    Hex Code Generator

    HTML Color Names W3 Schools Reference

    and.. tons of other cool information and tools. ??

    html hex colors

    How to change the blog post page?
    I want to alter the post page, and remove the comments, author, published, etc. links on the left side of the page. The goal is to give the page a non-blog look. I don’t want to write a blog, but can’t get rid of the post page.

    If you need to see what I am refering to, go to the blog on my website which is https://www.vatodorov.com/blog

    Thank you.
    Valentin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I change the color on satorii?’ is closed to new replies.