• I am trying to make the Twenty Ten theme into a nice layout for my site. I am having trouble locating where I need to change the font colors as well as the black footer bar, Nav, and top of header. I want the colors to match my design colors.

    Can anyone point me to some 2010 refrence sheets or help me out with the best solutions.

    This is the site: Project Site: https://blog.sabasdesign.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey, all of these things should be editable via the stylesheet (styles.css). You can edit that in the theme editor, or by editing the styles.css file locally and uploading back into the 2010 theme folder.

    If you are not familiar with CSS w3schools is a great place to start.

    look for this code in style.css

    #branding img {
    border-bottom:1px solid #000000;
    border-top:4px solid #000000;
    clear:both;
    display:block;

    To change color change #000000 which is black to what ever color you want

    black line at bottom is here

    #colophon {
    border-top:4px solid #000000; (change this)
    margin-top:-4px;
    overflow:hidden;
    padding:18px 0;

    Menu bar is here

    #access {
    background:#000000 none repeat scroll 0 0;
    display:block;
    float:left;
    margin:0 auto;
    width:940px;

    Thread Starter msabas

    (@msabas)

    @govpatel thank you sir this is very helpful.

    You Are Welcome

    thankyou from me too!

    Alwyn Botha

    (@123milliseconds)

    Please mark thread as resolved so that

    – others with similar problem can see it as resolved and will read this thread for help if they have similar problem

    – people providing help see it as resolved and will not waste time reading this post.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need Help Changing Font Color on Twenty Ten’ is closed to new replies.