Forums

How do I change the color on satorii? (8 posts)

  1. afairey
    Member
    Posted 2 years ago #

    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?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  3. ClaytonJames
    Member
    Posted 2 years ago #

    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.

  4. killzone
    Member
    Posted 2 years ago #

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

  5. ClaytonJames
    Member
    Posted 2 years ago #

    Why... yes. Yes you do.

    :-)

  6. afairey
    Member
    Posted 2 years ago #

    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 http://www.ashleefairey.com

  7. ClaytonJames
    Member
    Posted 2 years ago #

    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

  8. vatodorov
    Member
    Posted 1 year ago #

    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 http://www.vatodorov.com/blog

    Thank you.
    Valentin

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags