• Hi,

    I am trying to format one of my widgets, so it stands out from the other widgets in the sidebar.

    I have tried to follow some of the hints that have been give by you lot, and one of them was especially useful:
    http://ww.wp.xz.cn/support/topic/256707

    I have done what it has explained I can see with firebug that I have some kind of unique IDs to each of my widgets, but still in the css I only have .block handling all widgets as one.

    I really do not know how to format them one-by-one.

    I would appreciate if someone could help me out.

    My site is: fittmamablog.hu

    Let me know if you need any other description.

    Thank you for your time and effort.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you made a mistake with assigning unique ID

    the unique ID shouldn’t be <div class="block">

    it should be <div class="%1$s">
    thats shown further up the thread

    I believe

    But what widget are you trying to focus on? If you look at source code through browser, they have unique enough ID’s to focus on them

    Thread Starter markovacs

    (@markovacs)

    RVoodoo,

    All I am trying to do is to lets say make the background of the POLL form’s background a different color, so it stand out a little

    If you could guide me through I would be glad.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘formatting widgets one by one’ is closed to new replies.