• Hello,

    I’m trying to get only 1 head (of the sidebar) another color. I know its a img and I already changed it, but when I do, all the heads change.
    Can anyone help me, fixin this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • if you are lucky, then the widgets have individual css ids or classes to identify them.
    you can habe a look into the html code in the browser to find this out; or use a tool such as firebug or the firefox web developer add-on.

    for more suggestions, a link to your site showing the issue is needed.

    Thread Starter Argantos

    (@argantos)

    This is my site

    Mededelingen has to be green, i did try to add the php, but it changed all the heads and it hasn’t got a individual id nor class…

    that ‘mededelingen’ widget has the unique css id:

    #wp_category_post_list_itg-4

    so you could style the widget title background with a style like:

    #wp_category_post_list_itg-4 h3.t{ background:green; }

    or with a background image

    (add the new style somewhere to style.css of your theme)

    Thread Starter Argantos

    (@argantos)

    Thx man! It worked!

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

The topic ‘Sidebar head’ is closed to new replies.