-
AuthorPosts
-
April 10, 2018 at 3:29 pm #939899
I’d like to reduce the padding below the blog title display in the blog grid. Here is the example: https://imgur.com/a/w0MxG
- This topic was modified 6 years, 7 months ago by smulligan.
April 11, 2018 at 9:58 am #940335Hey smulligan,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardApril 11, 2018 at 5:20 pm #940574This reply has been marked as private.April 11, 2018 at 5:30 pm #940577Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog .avia-content-slider .slide-meta { margin-top: 0; } .html_elegant-blog .avia-content-slider .av-vertical-delimiter { display: none; }
Best regards,
YigitApril 17, 2018 at 2:29 pm #943115Thanks but this didn’t work. Also, how do we hide the date on the home page only?
April 17, 2018 at 2:48 pm #943124Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home .avia-content-slider .slide-meta { display: none; }
Best regards,
YigitApril 18, 2018 at 8:39 pm #943759Thank you. I’m trying to display a text intro below the blog post. Where can this be added? I don’t see a place for it to be entered.
April 18, 2018 at 8:48 pm #943760I figured it out. I just need to make the blog title display as entered, not uppercase. Also, I’d like to reduce the top padding between the title and the excerpt.
April 18, 2018 at 10:21 pm #943778Hi,
Please try adding this code to the Quick CSS as well:
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none; } .html_elegant-blog .avia-content-slider .slide-entry-title { padding-bottom: 0; margin-bottom: 0; }
Best regards,
YigitMay 30, 2018 at 3:06 pm #964296Thank you, that worked. There is a horizontal rule below the blog title. Can that be removed?
June 2, 2018 at 2:23 pm #965863Hi,
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-5 .hr-inner.inner-border-av-border-thin { display: none !important; }
Please clear your browser cache and check.
Please see screenshot in Private Content area.Best regards,
MikeJune 5, 2018 at 3:27 pm #967265No, not that one. I’ve included a screen shot where I highlighted the title so you can see the HR. It’s below the blog title.
June 7, 2018 at 2:42 am #968148Hi,
When I look at your blog page, the posts look different. Did you change styles, or is there another page?
Please see screenshot in Private Content area.Best regards,
MikeJune 7, 2018 at 2:25 pm #969023It’s on the the home page.
June 8, 2018 at 6:02 am #969947 -
AuthorPosts
- You must be logged in to reply to this topic.