Okay
  Public Ticket #1015948
Headline Diyplay
Closed

Comments

  •  2
    FMeiners started the conversation

    Hi there, 

    i have a specific question about the headline display on the portfolio pages.

    I would like the projecttitles to be shown on the first page (hover), where you get the overview about all projects. But i don't want the titles to be shown on the certain portfoliopage, since i want to use a custom headline at another point.

    Could you help me with that since i'm no pro with code.

    Thanks!

  •  1,558
    Laborator replied

    Hi FMeiners,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer, try to include screenshots if possible.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    FMeiners replied

    Hi Art, 

    well what i mean is this:

    I've got the thumbnails on the landing page, which i want to show the projecttitle after hovering. Like you can see on the picture 1. So that's fine!

    So this title is what you enter as page title at the top of the page right? Like on picture 2.

    My problem ist now, that if i enter a title there it will also appear on my single portfolio page at the top. (See picture 3)

    This is what i don't want since i want to place the title somewhere else on the page.

    So my question is wether there is a way to hide the appearance of the title on the single page, but still  show it on the landing page. Because i tried it with a 'Title remover plugin' but this will also hide the title on the landing page.

    Thank you!



  •  1,558
    Laborator replied

    Hi FMeiners,

    Plugins like the one you installed can make your whole site buggy and it is better to stay out of them, this can be fixed with a little CSS so please disable that plugin firstly and I can give you the quick CSS fix for this.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    FMeiners replied

    Thanks for the advice, i disabled it immediately as you said. 

    Could you give me the CSS fix and tell me where to put it?

    Kind Regards!

  •  1,558
    Laborator replied

    Hi FMeiners,

    Paste the following CSS in your Custom CSS area in the Admin Panel, just paste it in the end of it:

    .post-formatting .wpb_wrapper .wpb_text_column h1 {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group