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
- Varelmann
- Commercial Templates
- Tuesday, 15 August 2023
- Subscribe via email
References
Hello
Does adding the following to the Custom CSS field of your template settings resolve the issue?...
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
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
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
unfortunately the css code does not work. i have send you temporary access data for you.
Thank you very much
Michael
unfortunately the css code does not work. i have send you temporary access data for you.
Thank you very much
Michael
- more than a month ago
- Commercial Templates
- # 2
Thank you
Could I ask you to allow us access to your extensions manager so we can check your template files.
Ciaran
Could I ask you to allow us access to your extensions manager so we can check your template files.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Thank you
I have replaced the suggested CSS with the following which does the trick...
Ciaran
I have replaced the suggested CSS with the following which does the trick...
body .outside_header .sticky-wrapper {
position: relative;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
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
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
- more than a month ago
- Commercial Templates
- # 6
Hi Michael
Presuming I understand you correctly, try adding the following to your custom CSS field (edit to taste)..
Ciaran
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
- more than a month ago
- Commercial Templates
- # 7
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
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
Attachments (1)
- more than a month ago
- Commercial Templates
- # 8
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)
Ciaran
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
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »