Viewing 3 replies - 1 through 3 (of 3 total)
  • After the update I have an issue where my next event widget is no longer showing the next event name in larger bold text. It is the same size font as the date.
    http://urrg.us

    Brook

    (@brook-tribe)

    Howdy mdereuver,

    It is very possible that your theme will need a little extra CSS to account for the 4.0 events list widget. If you are not able to craft the CSS, you might share a link to your site here. Sometimes a volunteer is willing to write the CSS for you.

    Riley, it looks like your widget just needs a little CSS to be bold. Adding this to any theme CSS file would probably work:

    h4.tribe-event-title {
        font-weight: bold;
    }

    If you need further help, mind opening a new topic? Per the forum rules on ww.wp.xz.cn you should start your own topic, unless “you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme, and configurations as the original poster”. Having your own topic helps ensure that each person gets the topics full attention and no one’s unique details get accidentally ignored.

    Cheers!
    – Brook

    Thread Starter mdereuver

    (@mdereuver)

    CSS class was: entry-title and was changed in version 4.0 to: tribe-event-title

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

The topic ‘Update v4.0 widget is unreadable’ is closed to new replies.