Origami footer problem
Hello,
I’m working on www.waardenhuis.nl and want to make a nice footer.
Nothing complicated but it is impossible to make the font bold or add blank lines.
Hope you can help me.
With regards,
Jan
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Jan
Thanks for posting. We aren’t usually able to assist with Custom CSS here on the forums but it looks like Origami might be missing a style or two related to your question. Perhaps try adding the following to Customize > Additional CSS or your child theme stylesheet:
#footer-widgets h3.widget-title { font-weight: bold; } strong { font-weight: bold; }Thanks Andrew, that helped for the dwidget title.
Still i cannot add blank lines ()
How to solve that?
Regards,
Jan
Hi Jan, glad to hear you’re making progress. For the spacing issue, try:
#footer-widgets p { margin-bottom: 15px; } #footer-widgets p:last-of-type { margin-bottom: 0; }Then use shift+enter to create spaces within the widget.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.