added styles for PFC and PFT short codes

This commit is contained in:
jorge-vitrubio 2022-07-25 11:55:43 +02:00
parent ceef565edd
commit 9e1c62e16a
1 changed files with 13 additions and 0 deletions

View File

@ -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; }