Okay
  Public Ticket #1059653
Header and translation
Closed

Comments

  •  2
    alanaubry started the conversation

    Hi,

    I'm working on my website trying to understand all the great options you provide. I facing a little problem. 

    I've created a columned portfolio item and I can get rid of the tittle and what's in the green rectangle.

    Last little problem, there is a french translation issu, it should be PROJET and not poject.

    regards

    Alan

  • [deleted] replied

    Hi Alan,

    1— This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though :)

    a) That "related posts" area is not part of our theme, so this is coming from any plugin that you have installed.

    To hide that part you can disable the plugin or you can apply a CSS to remove that part on your portfolio projects only. Please add the code below to Custom CSS

    body.single-portfolio #jp-relatedposts {
        display: none !important;
    }
    

    b) Please go to that page, then find Parameters and Options > Custom CSS and add this CSS code:

    .single-portfolio-holder .title {
        display: none !important;
    }
    

    this will hide the title for that page only.

    2— Thanks for providing this information, we will try to fix this problem on the next theme update :)

    If you want to fix this problem now please read this article Translating Kalium with Loco Translate on our documentation.