Okay
  Public Ticket #457097
Blog titles only on homepage
Closed

Comments

  • brent started the conversation

    I would like to have a block on the homepage where I just show the recent Blog titles only, without an excerpt. I see how I can do this with the nectar pagebuilder 'recent posts' block, but I don't want excerpts there BUT I DO want excerpts on my blog page. Can I have it both ways?

    I see that you have a widget to do this on the footer, but how can I get this on the homepage? (see attachment).

    Thank you.

  •  8,851
    Tahir replied

    Hey ,

    Sure let me know the page url so i can hide the recent blog posts excerpt with custom css.

    Thanks


    ThemeNectar Support Team 

  •   brent replied privately
  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .blog-recent.columns-1 div {
        height: 53px !important;
        overflow: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  • brent replied

    Boom, that worked great. Thank you for your accuracy and quick response. ThemeNectar Salient rules !