• I’m very new to WordPress and php and am trying to change the size and colour of the titles of the widgets (I only have the ‘Meta’ widget at the moment) in the side bar. I find them a bit ‘in yer face’! I’ve tried altering the global title fonts (h1,h2,h3 etc) at the top of the style.css to no avail. I’ve also tried altering

    }
    h2.widgettitle {
    font-size: 2em;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
    }

    at line 370. Also to no avail. The sad truth is, I really have no idea. Can some kind person help? My site is at https://www.brigidrynne.com.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mrsroynie

    (@mrsroynie)

    No sooner posted, than found (at least the font size issue) under /includes/theme-widgets.php. Still struggling a bit with how to change the colour.

    So we’re just changing the widget titles’ colors now, right? In that case, try adding this into your custom CSS, child-theme CSS, or JetPack’s Appearance –> Edit CSS:

    .widgettitle { color:#2e2c6a; /* Change #value to whatever you want, see colorpicker.com to select color */ }

    Thread Starter mrsroynie

    (@mrsroynie)

    Hoorah! It worked.

    Many thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wedding Bells theme – Widget title font’ is closed to new replies.