• Resolved aprlmrtn

    (@aprlmrtn)


    I’ve read just about every topic and I swore I found my answer a few days ago and now I can’t seem to find it. So, here it goes:

    I’m trying to see if there is a way to get my posts that show up right under the slider to either not have the information in the post and just say ‘Read More’ or to only have a few lines as the DEMO. The demo only has about 4 lines on each post. I’d like each post to be close to the same size and I can’t seem to figure out how to restrict this action.

    aprlmrtn.com/TameFirearm

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    If you are looking for adding the contents to the featured posts (posts under slider) but showing none of the contents on the home page. you may hide the contents by adding following css rule in dashboard > appearance > theme options > tools > custom css.

    .featured-post .featured-content p{
    display: none;
    }

    However, if you wish to decrease the number of lines of the contents to display it is not possible by using default theme options feature. It requires customization.
    Thanks,

    Thread Starter aprlmrtn

    (@aprlmrtn)

    Thanks! I do want some text but I think that I could do this instead so that it is at least all the same or at least insert some information in the other posts maybe.

    I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Info’ is closed to new replies.