tuanphan Posted September 2 Posted September 2 To make caption over Gallery Reel Images, you can follow these. #1. First, edit Gallery Reel and enable Captions You will see something like this #2. Use this code to Custom CSS box to move caption over images figcaption.gallery-caption.gallery-caption-reel { opacity: 1 !important; visibility: visible !important; position:absolute; top: 50%; left:50%; transform: translate(-50%,-50%); margin: 0 !important; height: auto !important; } Result #3. If you want to apply it for specific gallery reel, you can find Reel ID. Then use CSS code like this section[data-section-id="66d41e080d7e43167a4dadad"] figcaption.gallery-caption.gallery-caption-reel { opacity: 1 !important; visibility: visible !important; position:absolute; top: 50%; left:50%; transform: translate(-50%,-50%); margin: 0 !important; height: auto !important; } Lesum 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment