Hi Ciaran,
I am using Bianca Template here https://www.johnny-matrix.com/index.php
My customer wants to look it like this website https://www.btstrm.com , so no header, video only. is that possible with this template and how?
thank you, Marion
No header on home site
- Issue
- salinger
- Commercial Templates
- Tuesday, 09 June 2020
- Subscribe via email
Hello
We are unable to replicate your screenshot (Firefox and Chrome). Have you since resolved this?
Ciaran
We are unable to replicate your screenshot (Firefox and Chrome). Have you since resolved this?
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
we are getting there :-) but still not exactly perfect :-) please look at the screenshot, thank you.
we are getting there :-) but still not exactly perfect :-) please look at the screenshot, thank you.
Attachments (1)
- more than a month ago
- Commercial Templates
- # 2
Hi Marion
Sorry to say w do not currently have a template exactly matching your example which is quite unique in its design.
To remove the background of your header and to place the showcase position behind the header you can add the following to the Custom CSS field of your template settings...
Ciaran
Sorry to say w do not currently have a template exactly matching your example which is quite unique in its design.
To remove the background of your header and to place the showcase position behind the header you can add the following to the Custom CSS field of your template settings...
#container_header {
position: absolute;
top: 0;
background-color: transparent;
}
.header_main {
box-shadow: none;
}Ciaran
- more than a month ago
- Commercial Templates
- # 3
Thank you Ciaran, but that's still not the desired result... still a black frame on top of the video. it should look like this
https://www.btstrm.com
maybe with an other template?
https://www.btstrm.com
maybe with an other template?
- more than a month ago
- Commercial Templates
- # 4
Hi Marion
To hide specific elements of the page you can try the following CSS instead (edit to taste)...
Ciaran
To hide specific elements of the page you can try the following CSS instead (edit to taste)...
.header_main {
background-color: transparent;
}
#logo {
display: none;
}
#socialmedia {
display: none;
}Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran, thank you but thats not really working... 1st there is still a black frame on top of the video. 2nd the menu is gone. is there another solution?
thank you marion
thank you marion
- more than a month ago
- Commercial Templates
- # 6
Hi Marion
To hide the header of your template you can add the following to the Custom CSS field of your template settings...
Ciaran
To hide the header of your template you can add the following to the Custom CSS field of your template settings...
#container_header {
display: none;
}Ciaran
- more than a month ago
- Commercial Templates
- # 7
- 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 »