You can add a label to a link or block in Webflow by placing a Text Block or Heading inside the same parent container. If you're trying to position text over an image inside a block, you need to use absolute positioning.
position
to relative.top: 50%
, left: 50%
, and transform: translate(-50%, -50%)
to center).To add a label, simply place a Text Block inside the Link Block or Div Block. For text over an image, use absolute positioning within a relative parent container.