-
AuthorPosts
-
December 15, 2018 at 3:00 am #1045513
Hello Amazing Folks,
I’m looking to customize the “Post Slider” appearance on our developing site. I only want the post image, title, date and a read more link. There are extra spaces and lines that appear between these elements.
What I’d like to do is:
1. Remove the line that appears below the title
2. Lessen the amount of space between the title and the read more button
3. Make the “read more” button less prominent or a simple “…Read More” link
4. Remove the horizontal lines above and below the date
5. Adjust the space between the date and the read more button or link above it.Is this possible?
December 16, 2018 at 6:55 am #1045803December 16, 2018 at 6:07 pm #1045993This reply has been marked as private.December 17, 2018 at 1:08 am #1046097Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.html_elegant-blog .avia-content-slider .slide-entry.post-entry span.av-vertical-delimiter { display:none !important; } .html_elegant-blog .avia-content-slider .slide-entry.post-entry .slide-meta { border-top-width: 0px !important; border-bottom-width: 0px !important; padding: 0px !important; margin-top: 0px !important; } .html_elegant-blog .avia-content-slider a.more-link { margin: 0px !important; border: none !important; border-width: 0px !important; padding: 0px !important; } .html_elegant-blog .avia-content-slider .read-more-link { top: 0px !important; padding-bottom: 0px !important; } .html_elegant-blog .avia-content-slider .slide-entry-title { padding-bottom: 0px !important; margin-bottom: 0px !important; }Best regards,
MikeDecember 17, 2018 at 1:36 am #1046104Wow! Thank you Mike!
That did what I wanted perfectly! SO APPRECIATED!!!!
December 17, 2018 at 6:12 am #1046165 -
AuthorPosts
- You must be logged in to reply to this topic.
