Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831798

    Hello i have add “the event calendar” widget but the text size of the calendar widged is a lot bigger then the theme fonts size.
    Does someone know where i can change the font size of the calendar widget to fit the theme font size ?

    I have already tried to add the following code to custom.css (this does nothing)

    .tribe-mini-calendar-event .list-info h2 {
    font-size: 14px !important;
    }

    #832456

    Hey Henk-Jan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .tribe-list-widget .tribe-event-title a {
      font-size: 14px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #832485

    Hello Victoria,

    Yes this code works :-)
    i like to make the date font below the title also a little bit smaller, (this is now bigger than the title) do you also know how to do this?

    I tried this but that doesn’t have effect.
    .tribe-list-widget .tribe-event-duration a {
    font-size: 8px;
    }

    Many thanks and kind regards,
    Henk-Jan

    • This reply was modified 6 years, 8 months ago by Henk-Jan.
    #833088

    Hi,

    Try using this css code:

    .tribe-events-list-widget .tribe-event-duration {
        font-size: 12px;
    }

    Just change the font size value, hope this helps :)

    Best regards,
    Nikko

    #833113

    Hello Nikko,

    It works ;-) thanks for your help.

    Kind regards,
    Henk-Jan

    #833170

    Hi! We’re glad that Nikko was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘the event calendar text in widget is to big’ is closed to new replies.