Dec 02, 2019 2:25 pm
Hello.
How can we have a better styling in quoted posts? Something like the capture i attach.
It would improve visually a lot the quoted post.
Thanks
4 Replies
Dec 02, 2019 3:36 pm
Thank you for your suggestion @anonymous20, I'll ask the team to discuss and add the feature in the future updates.
This is too easy if you want to get it asap. Please try the following CSS code:
#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
background-color: #fff;
border: none;
border-left: 4px solid #ff8318;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-quote-author {
background-color: whitesmoke;
width: 100% !important;
}
#wpforo #wpforo-wrap .wpforo-post blockquote{
padding:0;
}
#wpforo #wpforo-wrap .wpforo-post blockquote p{
padding-left : 10px !important;
padding-top: 5px !important;
}
#wpforo #wpforo-wrap .wpforo-post-quote-author strong{
padding-left : 10px !important;
}
All you need is changing the values in the code.Â
Dec 02, 2019 3:53 pm
Thank you Sofy very much.
With a little padding at the bottom and some backgroud color tuning, works and shows great.
Please consider this for your upcoming updates at some point.
Â
Dec 02, 2019 3:58 pm
Also please consider something like that or similar for Code in a post. Most forums do it that way, it is much more clear and appealing visually.
Â
Â