• Resolved venn177

    (@venn177)


    I want to change the sidebar title font and color. Preferably be able to change it multiple times in one title, if possible.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    if you are using the deafult Twenty Ten theme, look in the theme’s style.css:

    .widget-title {

    there you can change font size, font-color, etc., for the sidebar widgets

    Thread Starter venn177

    (@venn177)

    Ah, no. I’m using the Mystique theme.

    Damn.

    you can still do it, just gotta figure out what the css selector for widget titles is in your theme

    Best way to do that is to install the firebug add-on to firefox and investigate your site

    Thread Starter venn177

    (@venn177)

    I wish I knew how to work firebug, hah.

    Thread Starter venn177

    (@venn177)

    I’ve tried and tried, and I can’t find it anywhere.

    Maybe you can have some luck? My site is linked in my profile.

    Moderator t-p

    (@t-p)

    I don’t see a link to your website in your member profile! Am I missing it?

    Thread Starter venn177

    (@venn177)

    Found it. Thanks.

    /* block style */
    .block h3.title{font-weight:bold;font-size:130%;background-repeat:no-repeat;background-position:left top;color:#000000;line-height:100%;letter-spacing:normal;margin:0;padding:0;text-shadow:1px 1px 1px rgba(0,0,0,0.4);text-transform:uppercase;text-align:left;line-height:23px;}
    .block h3.title span{background-repeat:no-repeat;background-position:right top;margin-left:7px;display:block;padding:4px 8px 0 4px;}
    .block h3.title a{color:#000000;text-decoration:none;}
    .block h3.title a:hover{color:#000000;}

    this here is from your style.css, it handles the widget titles

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sidebar Title Editing’ is closed to new replies.