Hello
I am trying to modify without success until now the css of the pro/widgets/modules/single-event.php
in line 32 :
<h2 class="entry-title summary">
<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
adding this in my child theme tribe-events/tribe-events.css doesn’t work:
h2.entry-title.summary a { font-size: 6px !important;}
is it because I need to create specific css for pro version ? or something wrong in my css ? or both ?
You can see the problem here:
entry-title
Thanks