Comments Rachael Bradley started the conversationJanuary 24, 2020 at 4:31pmHi there,Please could you tell me if it is possible to close the quotation marks on the preview scroller of the guest posts on the homepage. I have tried adding them in the copy but they are a different style/size to the one in the theme. ThanksRachael 240Elena repliedJanuary 25, 2020 at 8:48amHello Rachel,That is by design, but you can add closing quotes with some additional CSS (in the Customizer):.block-guestpost .guest-post .guest-quote p:last-of-type:after { content: '\201D'; font-size: 3rem; right: -1rem; position: relative; top: 0.75rem; line-height: 0;}Cheers, P. Sign in to reply ...
Hi there,
Please could you tell me if it is possible to close the quotation marks on the preview scroller of the guest posts on the homepage. I have tried adding them in the copy but they are a different style/size to the one in the theme.
Thanks
Rachael
Hello Rachel,
That is by design, but you can add closing quotes with some additional CSS (in the Customizer):
.block-guestpost .guest-post .guest-quote p:last-of-type:after {
content: '\201D';
font-size: 3rem;
right: -1rem;
position: relative;
top: 0.75rem;
line-height: 0;
}
Cheers, P.