Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #347731

    Hi,

    there is a strange left padding in the Events Calendar plugin’s widget (see pic https://yadi.sk/i/AAvyfz-OcZ9Wy). How can I get rid of the padding? Also would like to change the font color of the link and date/time.

    Best regards,
    Holger

    #347744

    Hey Holger!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #347774

    Hi, Yigit, sure, here it is: http://infotropic.ru/?page_id=4512 (it’s a sample page)

    Best regards,
    Holger

    #347932

    Hi!

    Try adding this to your custom CSS.

    .av-upcoming-event-meta span {
        color: blue !important;
    }
    .av-upcoming-event-data h4 {
        color: red !important;
    }
    .vcalendar {
        margin-left: 0px !important;
    }

    Cheers!
    Elliott

    #348098

    Hi Elliott, it works, thanks a lot. But I meant the color of the title and date/hours in the sidebar widget, not the upcoming events list. Could you please add the css code for those?

    Best regards,
    Holger

    #348465

    Hey!
    use this for titles:

    .main_color .heading-color, .main_color a.iconbox_icon:hover, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item>a, .main_color .sidebar .current-menu-item>a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline, #top .main_color .av-related-style-full .av-related-title, .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time, .main_color .wp-playlist-item-meta.wp-playlist-item-title {
    color: red;
    }
    

    and this for date/hour:

    .tribe-events-list-widget .duration {
    color: blue;
    }
    

    Regards,
    Andy

    #348695

    Hi Andy, thanks a lot, works fine.

    Best regards,
    Holger

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Events Calendar widget styling’ is closed to new replies.