BioLink Pro v2.6.1
Fixed
- Content area card was silently a no-op in v2.6.0. The CSS used an attribute selector
body.bio-body[ style*="--bio-content-card:1" ]to gate the card styling, butThemeEngineemits its variables inside a<style>block — never on the body's inlinestyle=attribute — so the selector never matched and the card never rendered.ThemeEnginenow emits the full card rule (background, border-radius, backdrop-filter, margin, shadow, plus a@media (max-width: 540px)reset) directly inside the dynamic style block so it actually applies. The same fix works for shortcode embeds.
Added
- Wallpaper overlay color picker — the image overlay was hardcoded to black; now you can pick the tint color (white, brand color, anything). Sits next to the existing Overlay opacity slider in the Wallpaper editor. ThemeEngine generates the gradient with the chosen color at the chosen opacity.
Install: download biolink-pro-v2.6.1.zip below and upload via Plugins → Add New → Upload Plugin.
Auto-update: if you already have BioLink Pro installed, this release will appear under Dashboard → Updates within ~12 hours (or click "Check Again" to force a refresh).