Video Add-on Titles - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Video Add-on Titles

MM

marley man

SP Page Builder 2 years ago

I'm using the video add on on this page. The titles that I typed in appear above the videos instead of below. how could I make my typed in video title appear below these videos? https://performanceproject.org/archives/gallery.html

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127822

Hi,

By default is not possible, but using custom CSS yes.

.sppb-addon.sppb-addon-video {display: grid;}
.sppb-addon-video > h5 {order: 2;}
.sppb-addon-video > .sppb-video-block {order: 1;}

Each page has Custom CSS area, put it there. Or use template Custom CSS area. As you wish.

0
MM
marley man
Accepted Answer
2 years ago #127828

That worked great. Many thanks!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127823

BTW

Change Privacy settings for that video clip in YouTube Manager

info_1456_2023.gif

0