Okay
  Public Ticket #3056805
blog -featured post
Closed

Comments

  • Joshua started the conversation

    Is there a way to hide the featured blog post preview  - i found the option for the blog post grid but can't see where I can hide the first few sentences on the featured post

  •  1,877
    Judith replied

    Hello Joshua,

    Thanks for keeping in touch.

    Please try this css:

    .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.padding-1-percent.el_spacing_0px.inherit_tablet.inherit_phone.instance-1 {
        display: none;
    }

    Thanks.

  • Joshua replied

    I don't think that code does what I am looking for - I want to hide to hide the preview text on the recent posts element. I can't tell what that code does exactly. thanks

  •  1,877
    Judith replied

    Hello Joshua,

    Please share a screenshot so that we can get clarity on this.

    Thanks.

  • Joshua replied

    I am just trying to hide the excerpt on the featured post - I read this article https://wordpress.org/support/article/excerpt/

    but don't see what happens once the summary is selected. I want to either control the length or hide the summary

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .row.blog-recent.columns-1 .excerpt {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team