-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 10, 2016 at 3:02 am #897645Hi,
Could you illustrate the modification you expect via screenshots? I’m not quite sure of how you want it should be now.
Regards
March 11, 2016 at 7:36 pm #898493The big blackish/gray box is where I want to put the full size logo ping file. I don’t want to lose the black box. Instead of words in the box, I want to be able to put a full size .png file in there of my logo.
I hope that helps…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 14, 2016 at 2:23 am #899227In this case, maybe you have to make a custom the CSS on your site
Create templates/ja_events_ii/css/custom.css file and add new the CSS style
.acm-video.style-1 .video-content .btn { display: none !important; } .acm-video.style-1 .video-content { background-image: url("images/HealingRoomsLogoSmall.png"); background-repeat: no-repeat; text-indent: -9999px !important; }
and change
background-image
path with the image path on your site.May 5, 2016 at 6:26 pm #927293There is something missing here. I copied exactly what you suggested above and what I am getting is a box with the grey background with the shapes in it.
How do i fix that so it actually pulls a the picture.
I literally copied what you put in the previous reply into the folder you suggested.
I will leave my results up on the page so you can see it.
thanks
AaronMay 5, 2016 at 7:03 pm #927299The image i want out of there is the bg-trans.png. i want to replace with New_Logo_background.png.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2016 at 3:28 am #927399You can upload the new New_Logo_background.png image into templates/ja_events_ii/images/ folder and change the CSS style as
Open templates/ja_events_ii/local/acm/video/css/themes/blue/style.css file
find and change
.acm-video.style-1 .video-content { background: #1c1c24; background-image: url("../../../../../../images/bg-trans.png"); color: #999999; font-size: 14px; padding: 60px 120px 60px 60px; height: 400px; position: relative; overflow: hidden; }
to
.acm-video.style-1 .video-content { background: #1c1c24; background-image: url("../../../../../../images/New_Logo_background.png"); color: #999999; font-size: 14px; padding: 60px 120px 60px 60px; height: 400px; position: relative; overflow: hidden; }
Hope it helps
May 6, 2016 at 1:58 pm #927601This worked!!!! Thanks.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by lightlbulb03 8 years, 6 months ago.
The topic ‘Picture in video module’ is closed to new replies.
Picture in video module
Viewing 7 posts - 1 through 7 (of 7 total)