spacecowboy
-
Posts
13 -
Joined
-
Last visited
Reputation Activity
-
spacecowboy reacted to tuanphan in 7.1 Gallery Image Text Overlay No Longer Working Correctly
In Description box, edit this
to this
<span>Analog Devices</span> - <span>World Headquarters</span> Do similar for other items
next, add this to Design > Custom CSS
.gallery-caption-content span:first-child { font-weight: bold; font-size: 30px; } .gallery-caption-content span:last-child { font-weight: 300; font-sizez: 10px; }
-
spacecowboy reacted to tuanphan in 7.1 Gallery Image Text Overlay No Longer Working Correctly
Add this CSS under
.gallery-caption-wrapper p { flex-direction: column; }