Forums

Changing headings in widgets (3 posts)

  1. Chris
    Member
    Posted 7 months ago #

    Hi all,

    I'm attempting to change the headings on my website and the widgets are appearing as h2, when really I either don't want them to appear at all or have them set as h3 or h4.

    Now I'm very new to this and have tried looking in the editor but can't see anything. Help is appreciated!

    My site, http://www.home24.co.uk/
    My theme, http://wordpress.org/extend/themes/greenpoint-milanda

  2. Shane Gowland
    Member
    Posted 7 months ago #

    I would just use CSS to resize the widgets. It's much more straightforward than using filters to change the output of the standard widgets.

    .widgettitle {
    font-size: 12px;
    color: black;
    }
  3. Chris
    Member
    Posted 7 months ago #

    Wait, so where do I find the coding for my widgets?

    My style.css file? Where would I have to paste it.

    Sorry noobie questions!

Reply

You must log in to post.

About this Topic