Getting portfolio to show only the image and the title of the post.

Homepage Community Forums Epik Theme Support Getting portfolio to show only the image and the title of the post.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6945

    I use the portfolio as the home page with the posts in my blog. I want it to show only the image and the title of the post, but no content. If I select show content, and I put as limit a number, this number of characters will appear. If I establish the limit in 0, the whole post will appear. How can I do to get the content show to none, apart from the title.
    Thanks a lot.

    #6952
    Eric
    Customer

      An easy way is to add this to your css file –

      .portfolio  .entry-content p {
          display: none;
      }

      I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      #6971

      Still no effect. I added that into the Appearance/ Editor/ Style.css Epik. Just put it close to where I saw other .portfolio things, just before the portfolio entry-content as shown here:

      }
      .portfolio .entry-content p {
      display: none;
      }
      .portfolio .entry-content {
      padding: 0 20px 0;

      I don´t know much about code. ¿Maybe I did something wrong Eric?

      #6981
      Eric
      Customer

        Actually now that I think about it, that code works for the newer version of the theme. If you can post a link to your site then I can see what version you’re using and what code we’d need to use for your site.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #7000

        Actually it finally worked, as you said. Thanks a lot Eric.

        #7004
        Eric
        Customer

          You’re Welcome!


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        Viewing 6 posts - 1 through 6 (of 6 total)
        • The topic ‘Getting portfolio to show only the image and the title of the post.’ is closed to new replies.