Masonry caption color in admin difficult to see
-
You have a lengthy style set for the display of the caption on the masonry block in the admin, but do not lighten/brighten the font color to show on a dark caption background, see below. Can you also add color: #fff; so we can SEE the caption in the admin? I have tried adding a style with !important in the theme editor-style file but it does not overrule the #555 found in wp-admin/load-styles:
.wp-block-image figcaption { color: #555; }
Your style as rendered:
figure.wp-block-coblocks-gallery-masonry > .masonry-grid figure figcaption { background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent); bottom: 0; font-size: 13px; margin-bottom: 0; max-height: 100% !important; opacity: .9; overflow: auto; padding: 30px 10px 10px !important; position: absolute !important; text-align: center; width: 100%; }
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Masonry caption color in admin difficult to see’ is closed to new replies.