The images aren’t showing up when I have it set up as Small img. Preview. They do show up when it is on large img. preview or multi author.
http://www.jonnyfreesh.com/home-page-test-2/
Also, how can I change the size of the font of the Post titles, but just on this page? Or just for the titles of posts when they are listed in a “blog posts” content element. I don’t want to change the size of my site wide H1.
Also, I know that this is an issue with a 3rd party plugin, but as you can see the shareaholic social media sharing buttons are showing up at the bottom of every post excerpt, and I don’t want them to. It’s odd because on all the other blog post pages I have set up, it doesn’t do this.
See – http://www.jonnyfreesh.com/raw-dessert-recipes/
I’ve set them up exactly the same way and tested all the different blog options (small preview, large preview, multi-author, etc.) as well as having it within a layout shortcode (ie. 1/3,1/3,1/3) or outside a layout shortcode (full area) and it is still there. Any suggestions?
Thanks
Jonny
One more thing I forgot. Is there a way to change the spacing between lines in the blog post titles on this page again – http://www.jonnyfreesh.com/home-page-test-2/
There is almost no space between lines in post titles that are longer than one line and it doesn’t look very nice.
Thanks again
Jonny
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1- Do you mind creating a temporary admin login and posting here privately?
2-
#top h2 a {
font-size: 46px;
}
3-
.page-id-3402 .shareaholic-canvas { display: none; }
4-
#top .flex_column .template-blog .post-title { line-height: 35px; }
Regards,
Yigit
Thanks :)