My Custom CSS Broke (after upgrade)

Home Forums Calendar Products Events Calendar PRO My Custom CSS Broke (after upgrade)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #940618
    Blake Miller
    Participant

    I upraded to the latest version (3.9.1) and it broke my once-figured-out custom CSS to bring the font size down from mammoth sizing. I want to say that this *was* the correct css that reduced it.

    .tribe-events-adv-list-widget h2 {
    font-size: 14px !important;
    }

    I’ve tried hacking it again but no go. Would you mind pointing me in the right direction to reduce the font sizing on the home page upper right side and the blog/page sidebars.

    #940641
    Brian
    Member

    I think I got this for you.

    Try this css:

    #top #wrap_all .tribe-events-adv-list-widget .type-tribe_events h2 {
    font-size: 14px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #940698
    Blake Miller
    Participant

    Thank you, that did the trick.

    #940860
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘My Custom CSS Broke (after upgrade)’ is closed to new replies.