Tagged: blog style
hello,
here: http://www.jeelsites.nl/testen/images/blog.jpg
i’m having three questions about this:
1. can i hide the number of ‘reacties’ / comments and also the date if possible?
2. is it possible to replace the image here from up to right middle?
3. despite the fact i choose to show Title, Summary and Read More link, the Summary does not show. any idea why not?
Hi jelle,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
sure, see below
Hey!
1&2 – Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta {
display: none!important;
}
.page-id-104 .slide-content {
width: 50%;
}
.page-id-104 a.slide-image {
width: 50%;
float: right;
}
3- Please edit your blog post and click “Screen options” on the top right corner and check “Excerpt” and then scroll below your post content and add your excerpt manually.
Cheers!
Yigit