Travelin Template - Non-removable Inscription - Question | JoomShaper

Travelin Template - Non-removable Inscription

B

By

Template 1 year ago

Hello, I've downloaded the Travelin Template but I can't remove an entry. It remains in the content-top position and the only workaround I found was to hide the class with custom.css

travel tips, tricks and informations entry

I found that there are variables in the language configuration file, but I would like to avoid hardcoding and change from there en-GB.tpl_travelin.ini file

Is there any other way to remove this entry?

Thanks

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #145675

Hi

Thanks for contacting us. You have to hide it via custom CSS.

-Regards.

0
B
By
Accepted Answer
1 year ago #145688

Hi, is there really no way to remove it in a simple way? It seems a bit strange to me; on every page where the template is applied that wording appears, so it results in an unnecessary loss of performance.

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #145842

You have to change this language string to change the text Travel Tips, Tricks And Informations HELIX_LEADING_TOP_TITLE_BOTTOM

I think its easy by using CSS. By using this small CSS you can remove it

.blog .leading-article-top-title-wrap p{
  display:none;
}

Use this CSS in your custom.css file.

0