Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1344765

    I am trying to change the font size of the Event Calendar Title and the price. I’m using the following script for the title, and it is not applying. I haven’t started on the price scripting yet. Can you provide assistance?

    .tribe-events-widget .tribe-events-widget-events-list__event-title-link tribe-common-anchor-thin { font-size: 15px !important;
    color: #efbb20 !important; }

    #1344781

    Hi Beth,

    Please try this CSS instead:

    h3.tribe-events-widget-events-list__event-title {
      font-size: 20px;
    }
    
    span.tribe-events-widget-events-list__event-cost-price {
      font-size: 14px;
    }

    Best regards,
    Rikard

    #1344785

    Hi Rikard, I added that to the Custom CSS, and it did not work. Can you login and take a look? Thanks!

    #1344793

    Hi,

    I edited the CSS a bit, and it’s applying to your site now. Please review it.

    h3.tribe-events-widget-events-list__event-title {
     font-size: 15px !important;
    }
    
    span.tribe-events-widget-events-list__event-cost-price {
     font-size: 28px !important;
    }

    Best regards,
    Rikard

    #1344794

    Great! Thank you so much for your time.

    #1344796

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1344797

    You can close it. Have a great day!

    #1344829

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘The Events Calendar Custom CSS for Title font size and color’ is closed to new replies.