From 9e1c62e16aa5c0e70817046799f5d53ca804d7e8 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 25 Jul 2022 11:55:43 +0200 Subject: [PATCH] added styles for PFC and PFT short codes --- css/styleHangar.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/styleHangar.css b/css/styleHangar.css index b6ee357..3cde67e 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -79,6 +79,19 @@ display: none; } + /* --- Post From Category PFC + Post From Tag PFT --- */ + + .pfc-posts-main .read-more , .pft-posts-main .read-more { + font-size: 0px; + min-width: 1rem; + min-height: 1rem; + } + .pfc-posts-main .read-more:after,.pft-posts-main .read-more:after { + content: "[...]"; + display: inline-block; + font-size: 0.8rem; + } /* logo slider */ #logoslider { width: 230px; height: 120px; margin-top:5px; }