Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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, 2 months ago by smulligan.
    #940335

    Hey smulligan,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #940574
    This reply has been marked as private.
    #940577

    Hi,

    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,
    Yigit

    #943115

    Thanks but this didn’t work. Also, how do we hide the date on the home page only?

    #943124

    Hi,

    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,
    Yigit

    #943759

    Thank 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.

    #943760

    I 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.

    #943778

    Hi,

    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,
    Yigit

    #964296

    Thank you, that worked. There is a horizontal rule below the blog title. Can that be removed?

    #965863

    Hi,
    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,
    Mike

    #967265

    No, 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.

    #968148

    Hi,
    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,
    Mike

    #969023

    It’s on the the home page.

    #969947

    Hi,
    Thank you, please try this code in the General Styling > Quick CSS field:

    .slide-content span.av-vertical-delimiter {
    display: none !important;
    }

    Best regards,
    Mike

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.