Forums

[resolved] Footer Widget Question (3 posts)

  1. t-p
    Member
    Posted 1 year ago #

    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.

  2. Agus Suhanto
    Member
    Posted 1 year ago #

    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;
    }
    
  3. t-p
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic