Automatic showing title overlay

Hoping I could get the title to automaticly show up on top of each video on mobile, instead of hover as the mouse is not a factor. thanks.

2 Likes

Hi there, @Rev_Devan :wave:

The video title is displayed right away in the Horizontal and Classic video layout:


Do these options work for you, or you’d like to keep the Cinema layout and display titles somewhere here?

1 Like

thanks for this. Yeah, I see that in those modes but I don’t like how it makes space below. I would love the title on top of video if possible.

1 Like

Hi there, @Rev_Devan :wave:

Please try to use this code in the Custom CSS field on the Appearance tab and let me know if it helped:

.yottie-widget-video-info {
  opacity: 1;
visibility: visible;
}
1 Like