pixelgrade / anima

Anima is the universal FSE WordPress theme of Pixelgrade.
GNU General Public License v2.0
6 stars 1 forks source link

Logo does not change on scroll #319

Open andreiungurianu opened 2 years ago

andreiungurianu commented 2 years ago

I'm using Nova 1.13.4, Rosa 1.13.0 and Style Manager 2.2.1

https://user-images.githubusercontent.com/53944294/164028802-bd4229b8-7510-42d2-800e-6e7af53645e4.mp4

Temp fix

.novablocks-header--sticky .c-branding,
.novablocks-header--mobile.sm-variation-1 .c-branding {
    --logo-default-opacity: 1;
    --logo-inverted-opacity: 0;
}