- Posts: 123
- Thank you received: 0
Use of Text over Video module
-
paul1
Active member - Topic Author
- Member
Less
More
7 months 4 weeks ago #51326
by paul1
Use of Text over Video module was created by paul1
Hi
Using the text over video module in Business template.
I do not want the text background box as prefer to just add a logo over the video, as in [url] bairnsdaleflyfishersclub.org.au/mm4/ [/url]
How can I remove this area?
My thanks
Paul
Using the text over video module in Business template.
I do not want the text background box as prefer to just add a logo over the video, as in [url] bairnsdaleflyfishersclub.org.au/mm4/ [/url]
How can I remove this area?
My thanks
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
7 months 4 weeks ago #51328
by milos
Replied by milos on topic Use of Text over Video module
Hello,
Please edit this file /media/templates/site/business/css/custom.css and around line 368 change this:
to this:
Regards,
Milos
Please edit this file /media/templates/site/business/css/custom.css and around line 368 change this:
Code:
.moduletable._videotext .custom {
max-width: 730px;
margin: 0 auto;
padding: 20px 30px 20px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.3);
}
to this:
Code:
.moduletable._videotext .custom {
max-width: 730px;
margin: 0 auto;
padding: 20px 30px 20px;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.166 seconds