Skip to content

Commit

Permalink
Internal: hide categories with CSS fot custom remote modal [TMZ-352]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoladj77 authored Feb 2, 2025
1 parent 2328395 commit e7627d1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
$remote-templates-items-space: 30px;

#elementor-template-library-templates[data-template-source="remote-ehp"] {

& #elementor-template-library-filter-subtype {
display: none;
}
}

.elementor-template-library-template-remote-ehp {
margin: calc( #{$remote-templates-items-space} / 2 );
padding: 8px;
Expand Down

0 comments on commit e7627d1

Please sign in to comment.