Hi! Three small questions:
1. I would like to make the height of the full-width text blocks on the homepage smaller; using extra classes I couldn’t get it small enough, but with the following code (found on your forum) I could:
.full-width-text {
padding-bottom: 20px;
padding-top: 20px;
}
Problem was, the height of all headings on the website changed with this code and I only want it to affect the full-width text blocks on the homepage… but how?
2. For those same text blocks, there is an arrow on the bottom of each. We like that, but on some computers there appears to be a white line separating the arrow from the text block’s background. Is there a way to make this white line disappear?
3. And finally, is there perhaps a code to make the titles of blog posts appear in bold on the main ‘blog page’? I think they need some extra weight, since we don’t use any thumbnails.
Thanks a lot!!