Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863475

    Simon T
    Participant

    Hi Guys,

    How can I remove the titles from appearing on my portfolio page? I just want the image without the blackbar at the bottom or title:

    http://prntscr.com/an34gk

    #863826

    Thai
    Moderator

    Hi Simon,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .page-template-template-layout-portfolio .x-portfolio .h-entry-cover {
        display: none;
    }

    Hope it helps