End of Support for Joomla 3 - Forum closed
[SOLVED] How to make Google Maps and footer not transparent
How to make Google Maps and footer not transparent was created by mskubieva
Posted 8 years 3 months ago #14801
Hello!
I wish the Google Map and a Footer section were opaque (non transparent). I attached two print screens from your video demo page. As you can see, it really bothers to distinguish stuff while having a background like this. I want it to be white. Same way it's above Google Map where there's an article on your demo page. "HTML5 - Full Size Video Background". And you can't see through it and you don't see the video, just white background. Same way I want it to be below the article (all the way down the page to its very end). Same question regarding background image. Like on my second attached file. Same story. I want the background at the bottom of the page (below an article) not to be transparent.
Thanks!
I wish the Google Map and a Footer section were opaque (non transparent). I attached two print screens from your video demo page. As you can see, it really bothers to distinguish stuff while having a background like this. I want it to be white. Same way it's above Google Map where there's an article on your demo page. "HTML5 - Full Size Video Background". And you can't see through it and you don't see the video, just white background. Same way I want it to be below the article (all the way down the page to its very end). Same question regarding background image. Like on my second attached file. Same story. I want the background at the bottom of the page (below an article) not to be transparent.
Thanks!
by mskubieva
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How to make Google Maps and footer not transparent
Posted 8 years 3 months ago #14806
Hi there, please use this code and add the code to your css/custom.css
www.joomlaplates.com/template-customizing
#map {
opacity: 1;
}
.bottom-d-outer {
background-color: rgba(0, 0, 0, 1);
}
www.joomlaplates.com/template-customizing
We are committed to help you with any type of support query, however we can't provide extensive help in terms of customizations. In general customizations may look simple but you will require solid knowledge of web technologies and programming skills to do them or hire a professional who can do it for you.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: mskubieva
Please Log in or Create an account to join the conversation.
Replied by mskubieva on topic [SOLVED] How to make Google Maps and footer not transparent
Posted 8 years 3 months ago #14814
Problem solved.
by mskubieva
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates