Skip to content

Commit

Permalink
Initial Commit of Events Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinabes007 committed Dec 11, 2023
1 parent 1e8045a commit 24f138a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/tec/archive-events.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions assets/css/tec/images/events-cal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/css/tec/single-events.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.tribe-events-single-event-title{font-family: var(--wp--preset--font-family--primary)!important;}
.tribe-events-venue-map{width:100%!important;}
.tribe-events-meta-group.tribe-events-meta-group-details{width:33%!important;}
.tribe-events-meta-group.tribe-events-meta-group-organizer{width:33%!important;}
10 changes: 10 additions & 0 deletions includes/classes/vendors/class-tec.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ private function get_assets() {
'src' => get_template_directory_uri() . '/assets/css/tec/archive-events.css',
'path' => get_template_directory() . '/assets/css/tec/archive-events.css',
),
'tec/single-event' => array(
'handle' => 'lsxd-tec-single-events',
'src' => get_template_directory_uri() . '/assets/css/tec/single-events.css',
'path' => get_template_directory() . '/assets/css/tec/single-events.css',
),
'tribe/single-event' => array(
'handle' => 'lsxd-tec-single-events',
'src' => get_template_directory_uri() . '/assets/css/tec/single-events.css',
'path' => get_template_directory() . '/assets/css/tec/single-events.css',
),
);
return $this->assets;
}
Expand Down

0 comments on commit 24f138a

Please sign in to comment.