• Resolved applesfaceman

    (@applesfaceman)


    anyone know how to change the color of the caption text in the sidebar widgets, like the word Archives on the right side of the page, default template

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator James Huff

    (@macmanx)

    These changes are typically made in the theme’s style.css file. Go to Appearance/Editor in your admin panel and select “Stylesheet” from the list to the right.

    Thread Starter applesfaceman

    (@applesfaceman)

    thank you macman, could you please tell me what code to change for these specific changes,
    thanks

    Moderator James Huff

    (@macmanx)

    In the Default theme, I believe the sidebar widget titles are within <h2></h2> tags.

    In the Stylesheet, change this:

    #sidebar h2 {
    	        font-family: 'Lucida Grande', Verdana, Sans-Serif;
    	        font-size: 1.2em;
    	        }

    to this:

    #sidebar h2 {
    	        font-family: 'Lucida Grande', Verdana, Sans-Serif;
    	        font-size: 1.2em;
    	        color: #777;
    	        }

    (where “777” is your new color)

    Thread Starter applesfaceman

    (@applesfaceman)

    hm, strange, i am doing a search through the browser, Ctrl + F, and i cannot find any instances of #sidebar
    im supposed to be in styles.css right?

    Moderator James Huff

    (@macmanx)

    You said you’re using the Default theme, right? Is there any chance that you mean the Twenty Ten theme instead?

    Thread Starter applesfaceman

    (@applesfaceman)

    aw man… when i installed WP through cPanel what ever theme it started with i kept, yes it is twenty ten, damnit lol, i thought something might be going on with what theme im using.. err
    sorry

    Moderator James Huff

    (@macmanx)

    In that case, look in the Stylesheet for this section:

    .widget-title {
            color: #222;
            font-weight: bold;
    }

    Change the color as desired.

    Thread Starter applesfaceman

    (@applesfaceman)

    YAY! Thanks mac man I appreciate your help very much!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘change color of Sidebar Captions , Archives, Meta, etc’ is closed to new replies.