On the home page configured to display posts from the blog
The miniature is added to each post of the blog.
How to clean effect at hover miniature?
http://imgur.com/UhJ5am4
Below a post where to pass further, the text not all is displayed. The lower part is eaten http://imgur.com/FxDPzMR
How to make the identical height of blocks?
http://imgur.com/RrkVnws
Hey Anton!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .avia-content-slider-inner .image-overlay {
display: none!important;
}
.slide-entry-excerpt.entry-content {
padding-bottom: 20px;
}
Regards,
Yigit
Hi Yigit.
Thanks for the solution of two points.
How to set the identical height of blocks that all three were displayed exactly?
Hi,
Sorry for the late reply, are you looking to have the buttons and dates on the same line? If so you would have to target each post individually and set separate CSS for each one of them. Please post a screenshot highlighting what you would like to achieve.
Best regards,
Rikard
hi Rikard.
Yes, have correctly understood
http://imgur.com/QV456Wu
Hey!
Add this in the Quick CSS field:
.home .slide-entry .slide-content {
min-height: 380px;
}
Turn on the custom class field so that you can add a unique class selector to the blog post element. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Hi, Ishmael!
thank you very much, you helped me :)