Tagged: slider articles
Hi
I would like to get in shape the slider articles
– Justify the title
– Justify the text
– decrease the size’s “Read more”
– Remove the comments
Thanks for your help
Hey sandra1307,
Please, share the website link in a secure note?
Best regards,
John Torvik
Hi sandra1307,
This is the code from another thread + the code to hide comments.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_transform a:hover .image-overlay {
opacity: 0.5 !important;
}
.avia-content-slider .slide-meta time.slide-meta-time {
display: none;
}
.html_modern-blog .post-entry .slide-meta .slide-meta-del {
display: none;
}
.avia-content-slider .slide-entry-excerpt {
font-size: 14px;
text-align: justify;
}
.html_elegant-blog .avia-content-slider .slide-entry-title {
text-align: justify;
}
footer.entry-footer {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria