Good morning,
I’m trying to create something using html that I received from someone that does a similar feature on their own website. I want to create something similar to a blockquote but without the padding on the bottom for where the author of the quote gets displayed. The block I’m trying to create is called “bottom-line” and looks like the “Bottom Line” blocks on this website:
The html I got from the owner of that site sent me this:
Add text
.entry-content p.bottom-line { color: #222; border: 1px solid #e6e6e6; border-radius: 3px; background-color: #fafafa; padding: 20px; }But when I add that to my customizer on X and try entering the Bottom Line: insert text here, it just shows the text and not the block visual around it. When I use similar html code for my blockquotes in X, it works fine.


