Tagged: CSS, events calendar, styling
-
AuthorPosts
-
November 7, 2014 at 2:56 pm #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,
HolgerNovember 7, 2014 at 3:15 pm #347744November 7, 2014 at 4:15 pm #347774Hi, Yigit, sure, here it is: http://infotropic.ru/?page_id=4512 (it’s a sample page)
Best regards,
HolgerNovember 7, 2014 at 9:05 pm #347932Hi!
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!
ElliottNovember 8, 2014 at 10:18 am #348098Hi 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,
HolgerNovember 9, 2014 at 10:05 pm #348465Hey!
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,
AndyNovember 10, 2014 at 10:57 am #348695Hi Andy, thanks a lot, works fine.
Best regards,
Holger -
AuthorPosts
- The topic ‘Events Calendar widget styling’ is closed to new replies.