This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

truthseek

  • *
  • 3 posts
Changing headings
« on: February 20, 2022, 08:42:37 PM »
What is the easiest way to change the wording of headings in HOMEPAGE, example: "Discover our Categories" or "Lately added on our classifieds" for a person who is NOT a developer?

*

MB Themes

Re: Changing headings
« Reply #1 on: February 21, 2022, 12:49:48 PM »
Change via translation (.po) file.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

truthseek

  • *
  • 3 posts
Re: Changing headings
« Reply #2 on: February 21, 2022, 03:00:02 PM »
On which folder can I find the .po file to edit homepage headings?

Marked as best answer by frosticek on February 21, 2022, 04:33:50 PM
*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

truthseek

  • *
  • 3 posts
Re: Changing headings
« Reply #4 on: February 21, 2022, 04:12:16 PM »
Thank you!!

*

Fez Ve

  • *
  • 1 posts
Re: Changing headings
« Reply #5 on: April 20, 2022, 11:26:36 PM »
I want to remove them all. The deletion in .po file not updated. Still showing on the homepage

*

MB Themes

Re: Changing headings
« Reply #6 on: April 21, 2022, 10:43:07 AM »
@Fez
You can only change strings via .po file, not to remove them.
In order to remove them, you must use CSS.

ie:
Code: [Select]
.home-container h2, .home-container .h2 {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots