Can't change size of font for day name in widget list.

Home Forums Calendar Products Events Calendar PRO Can't change size of font for day name in widget list.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1152278
    Mark
    Participant

    I’m trying to reduce the font size of the day name in the widget list but am not having any luck.

    .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 10px !important;
    }

    has no effect.

    If I use firebug and alter the font size on

    .footer_top span:not(.q_social_icon_holder):not(.fa-stack):not(.qode_icon_shortcode):not(.qode_icon_font_elegant) {
    font-size: 10px !important;
    }

    It changes for the preview but after saving to custom css in my child theme and reloading the page, there is no change. Any ideas?

    #1152411
    Cliff
    Member

    Hi Mark. Could you please provide me a link to where I can see this in action on your site?

    #1152535
    Mark
    Participant

    Yes, http://jcbc2.sprocketwebwerks.com. Sorry, I thought that was included in my submission.

    #1152765
    Cliff
    Member

    The font-size is set by this code from your theme, as you initially stated.

    This works but is way more specific than it should need to be:

    .footer_top #tribe-events-adv-list-widget-5 .list-date span.list-dayname:not(.q_social_icon_holder):not(.fa-stack):not(.qode_icon_shortcode):not(.qode_icon_font_elegant) {
    font-size: 10px !important;
    }

    Therefore, general advice: you might want to remove the rule that’s needing to be overridden with so much CSS specificity.

    #1152776
    Mark
    Participant

    Ok, thanks for the help!

    #1152789
    Cliff
    Member

    You’re welcome. Have a great rest of your week.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can't change size of font for day name in widget list.’ is closed to new replies.