From 84a80d983124c64ea9e3a0927a35826e847b05f0 Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Wed, 25 Sep 2024 11:06:53 +1000 Subject: [PATCH] quote CSS for PP Content Grid --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1dabd4..39ea0d3 100644 --- a/style.css +++ b/style.css @@ -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; @@ -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);