CSS for single view
-
Ever since v 5.5 and up, I can’t style a single event page view.
I’ve tried adding to \theme\tribe-events\tribe-events.css but nothing changes.
I noticed there’s are new files in v5.5: tribe-events-single-full.min.css and tribe-events-single-skeleton.min.css so, I’m not sure if the above is the correct place to add new css to override those new files or not.
Here’s what I’ve tried:
.tribe-events-single-event-title { font-size: 36px; color: #75ca00; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 20px; line-height: 1.3; }
and because of BEM (https://theeventscalendar.com/knowledgebase/k/customizing-css/), I tried:
.tribe-events { .tribe-events-single-event-title { font-size: 36px; color: #75ca00; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 20px; line-height: 1.3; } }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS for single view’ is closed to new replies.