Hi, I don’t know why this has happened but my dates in the calendar seem to have gone a bit funny. I want to remove the margin at the top, change the font and size of the numbers.
In Chrome developer tools I grab this selector;
.tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
background: none;
font-size: 16px;
line-height: 1;
margin-top: 6px;
padding: 0;
text-align: center;
}
But when I put it into my child theme, style.css file, it doesn’t change but if I do it in Chrome it changes.
This is something like I would like;
font-size: 13px;
line-height: 1;
padding: 10px;
text-align: center;
But I don’t think I have the right CSS Selector.
Any assistance would be appreciated.
Cheers
James