• ResolvedModerator t-p

    (@t-p)


    Hi,

    I have added couple of footer widgets (Twenty Ten). The style of the widget titles of the footer widgets is obviously same as in the widget title of the sidebar widgets.

    Question: is it possible to assing a different style to the footer widget title (Title Only please).

    Please guide, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Of course. Footer widget in TwentyTen is surrounded by a div which id = footer.

    Sidebar title is a <h3> element. So, you can specifically assign CSS attribute for them. For example:

    #footer h3 {
       color: red;
    }
    
    Moderator t-p

    (@t-p)

    Thanks Agus Suhanto for your time and response. I Aprreciate it very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Widget Question’ is closed to new replies.