Okay
  Public Ticket #1948146
Title in featured works template
Closed

Comments

  • Thorsten started the conversation

    Hey there, 

    How can I hide the title that is appearing above the featured works template? 

    All the best, Thor

  •  291
    Paul replied

    Hi there!

    You can use custom CSS for that. Please try:

    .featured-works .portfolio-title {
        display: none;
    }
    

    Regards,
    Paul

  • Thorsten replied

    Hi Paul, 

    thanks for your fast reply. I tried it, but it doesn't work. Maybe it's because, I only have one category activated , when I open the feature-works portfolio page? It looks like this in the url example.com/portfolio-category/photography/.   

    Maybe I have to deactivate the portfolio category title?

    Thanks a lot, Thorsten

  •  291
    Paul replied

    Hmm. Could you please send me the page URL? I will try to inspect the element and its CSS on the page.