• Resolved mtsbspidey

    (@mtsbspidey)


    I’m building my site using the Velocity theme, but I’m fairly heavily changing it. New picture, new colors, etc. The problem is I can’t seem to find the sidebar fonts in the stylesheet in order to change their colors. Can anybody help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • A link to your site would help.

    Thread Starter mtsbspidey

    (@mtsbspidey)

    https://www.thenerdsignal.net/

    Sorry. It’s not exactly live yet. Excuse the temp logo.

    Hey – it’s a valid site/design! What’s there to excuse. ??
    Try adding:
    .sidebar li a {color:#fff;}
    to style.css – substituting #fff for the color code of your choice. That will change the link color on both sidebars. Use #sidebar1 and #sidebar2 in place of .sidebar if you want to style the links differently in each sidebar.

    Thread Starter mtsbspidey

    (@mtsbspidey)

    That worked perfectly. Thank you so much. Now back to figuring out what the color that red is, so I can change the bars at the top and bottom to blue. Thanks again. Huge help.

    The red color codes are #4F2228 and #4F1820. The appropriate bits of style.css are:

    #header {
    background-color:#4F2228;
    height:40px;
    margin:0 auto;
    width:1018px;
    }

    and

    #footer {
    background-color:#192633;
    border-top:5px solid #4F1820;
    color:#FFFFFF;
    font-size:9px;
    padding:5px;
    text-align:center;
    }

    If you use Firefox, try installing the Firebug add-on. It’s a huge help in these kinds of situations.

    Thread Starter mtsbspidey

    (@mtsbspidey)

    Thanks again for the help. I actually switched to a different theme that’s closer to what I need, so I have to modify it less, but this has still been incredibly helpful. Especially the Firebug tip. Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I change the sidebar font color in Velocity?’ is closed to new replies.