Hey guys
I am running the latest version 3.2.3 for http://www.wohnen-am-wehrenbach.ch but this problem (screenshot below) arised when I updated the new version. The spaces I make in the backend do not show up on my front page and I don’t know how to solve this.
Also there are still a few titles that have a different style, are not “strong” or “bold”…
Tried this form label { font-family: open sans!important; } and it didn’t work.
Regards,
Aline
Hey Aline!
Add this to your custom CSS.
label span { font-weight: bold !important; }
Cheers!
Elliott