Skip to content

Commit

Permalink
quote CSS for PP Content Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Sep 25, 2024
1 parent 354d612 commit 84a80d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,8 @@ i.fa-phone{
.header-quote .fl-post-title::before,
.header-quote .fl-post-grid-title::before,
.header-quote .fl-post-excerpt p:first-of-type::before,
.header-quote .fl-rich-text p:first-of-type::before {
.header-quote .fl-rich-text p:first-of-type::before,
.header-quote .pp-content-grid-post-excerpt p:first-of-type::before {
content: '\f205';
font-family: 'dashicons';
padding-right:10px;
Expand All @@ -1166,7 +1167,8 @@ i.fa-phone{

.header-quote .fl-heading-text::after,
.header-quote .fl-post-excerpt p:last-of-type::after,
.header-quote .fl-rich-text p:last-of-type::after {
.header-quote .fl-rich-text p:last-of-type::after,
.header-quote .pp-content-grid-post-excerpt p:last-of-type::after {
content: '\f205';
font-family: 'dashicons';
transform: rotate(180deg);
Expand Down

0 comments on commit 84a80d9

Please sign in to comment.