Hide the content on the Portfolio page

Homepage Community Forums Epik Theme Support Hide the content on the Portfolio page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12002
    ellaj
    Customer

      Hi, What is the best way to hide content from appearing on the Portfolio page? (http://globaldojang.com/reswick/selected-projects/) I only need the title. Thank you!

      #12022
      Wes
      Moderator

        If you take a look at your Portfolio Section in your Genesis Themes Settings page (WP Admin) you can add 1 in your “Limit Content” Settings and that will remove your content……or you can add display: none to your css like this –

        .portfolio p {
        	display: none;
        }
        
        #12028
        ellaj
        Customer

          Setting it to one doesn’t work because some had the first word as ‘A’. I used the CSS. Thank you.

          #12042
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Hide the content on the Portfolio page’ is closed to new replies.