Comments m28006 started the conversationMarch 30, 2020 at 6:48amHow can I make a framed text box with a separate background colour? I.e. a factbox standing out from the rest of the post. Thanks in advance! 2,700PenciDesign repliedMarch 30, 2020 at 8:40amHi,You can use a custom HTML like this to do that: <div style="padding: 20px; background: #28822c;"><p style="color: #ffffff;">YOUR TEXT PUT HERE</p></div>Best Regards,PenciDesign1 Likem28006 repliedApril 2, 2020 at 10:13amThanks, that worked. How about making the top of the box in a different colour? 2,700PenciDesign repliedApril 2, 2020 at 3:55pmHi,You can try with this custom HTML: <div> <div style="padding: 15px; background: #4085CB;"> <h3 style="font-size:18px; color: #fff; margin: 0; padding: 0;">YOUR TITLE PUT HERE</h3> </div> <div style="padding: 15px; background: #D9E7F5;"> <p style="color: #111111; margin: 0;">YOUR TEXT PUT HERE</p> </div> </div> Best Regards,PenciDesign1 Likem28006 repliedApril 4, 2020 at 10:34amThank you, that looks nice! Sign in to reply ...
How can I make a framed text box with a separate background colour? I.e. a factbox standing out from the rest of the post. Thanks in advance!
Hi,
You can use a custom HTML like this to do that:
Best Regards,
PenciDesign
Thanks, that worked. How about making the top of the box in a different colour?
Hi,
You can try with this custom HTML:
Best Regards,
PenciDesign
Thank you, that looks nice!