1. poeppel
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 07 February 2023
  5.  Subscribe via email
Hello
I have problems with Novah Version 1.1.4 for Joomla4 Version 4.2.7
The Home Page in the Main Menu - Page Display / Page Heading
shows the entry twice in the frontend.
(see attachments)

greetings
Uwe Dauer
Attachments (2)
References
  1. https://www.gohla-immobilien.de/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

maincontent .page-header {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran
Unfortunately the entry does not work.

I also tried the entry with a dot in front of it
.maincontent .page-header {
display: none;
}
This leads to the fact that the title of the article also disappears.
(see Attachments)

greetings
Uwe
Attachments (2)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Uwe

Could I ask you to try the following instead...

.maincontent .page-header h1 {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran

The entry in the custom CSS means that the headings are now missing on all pages.
I have now created a copy of the template (only the homepage) and use the entry in the custom CSS there.
So the problem is solved.
Thanks for the support!

Wishing you a nice day.
Greetings
Uwe
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!