1. Varelmann
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 15 August 2023
  5.  Subscribe via email
Hi Ciaran,

he "Overlap Header if in showcase-1# module position" of the header cannot be deactivated on the start page. All other pages are displayed correctly, only the start page causes problems.

=== J51_emani (Joomla 4) ===
https://cms-2023.bauelemente-brodt.de/

Thanks in advance for your help.

Best regards from Germany
References
  1. https://cms-2023.bauelemente-brodt.de
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Does adding the following to the Custom CSS field of your template settings resolve the issue?...

#container_header, .sticky-wrapper {
position: relative;
}


If not, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

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

unfortunately the css code does not work. i have send you temporary access data for you.

Thank you very much
Michael
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Could I ask you to allow us access to your extensions manager so we can check your template files.

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

i send you new access via E-Mail.
Thanks for your great support.

Michael
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

I have replaced the suggested CSS with the following which does the trick...

body .outside_header .sticky-wrapper {
position: relative;
}


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

thank you very much, it works.

Can you tell me how to change the background colour of "home" - it's just FFFFF, but I want to change it to the same colour as the other pages.


Michael
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael

Presuming I understand you correctly, try adding the following to your custom CSS field (edit to taste)..

.hornav .item-101 a {
background: red;
padding: 10px !important;
}


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

I apologise very much. I had not expressed myself clearly. It is about the background colour for Header Main Background Color. The colour is the same on all pages - just not on the homepage.

Thank you very much for the great support.
Michael

change-bg-color-at-home-like-other-pages-thanks-a-lot.jpg
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael

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

(edit to taste)

#container_header {
background: #ececec;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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