This topic has 5 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #106994
     lucasmarstonmusic
    Participant

    Somehow my posts on my home page started to display excerpt in them but I’m certain that I never set this up. It literally happened over night on its own. Where can I get rid of that?

    #107099
     Laura
    Moderator

    Hello, check theme settings at the blog section, or add this to style.css

    COPY CODE
    
    .post-info {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #107918
     lucasmarstonmusic
    Participant

    This worked for about a day and then stopped working,

    #108178
     Laura
    Moderator

    Hello, its css, doesnt stop working until you delete it 🙂 Maybe you have some cache at your browser or deleted it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #108199
     lucasmarstonmusic
    Participant

    Am I able to have this work on every page and not just the blog page? When I have posts that appear in the side bar of the page the excerpt makes the post look very cluttered

    #108536
     Laura
    Moderator

    Hello, try adding this to the page css where you want to hide it 🙂

    COPY CODE
    
    .news-highlight .entry-summary {
        display: none !important;
    }
    

    Visual composer has a CSS panel at the editor

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?