- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by Sebastian.
Author | Posts |
---|---|
majamaki
April 9, 2019 at 8:52 pm
|
Hello, We just updated to the most recent version and noticed on our sites that assign a background with a linear-gradient and an background-image that the way the CSS is written with the gradient the background image is overridden by the gradient rule instead of having both work together as they did previously. Example of new formatting: .fl-page-header { In the above instance, the second instance background-image attribute overrides the image first one with the image. When I manually edit the code to this way it works setting it to background instead of background-image and combining the image and linear-gradient attributes. .fl-page-header { Please advise on how to best fix this so that I don’t have to manually update the CSS on all our sites. We do this effect on a lot of our sites where we do a linear-gradient and then have a semi-transparent image tile over it for visual effect. Thanks for taking the time to review. |
Sebastian
April 10, 2019 at 2:51 pm
|
Hey, Sorry for the hassle. I’m working on a fix for this now. Once it’s ready, you should be able to simply update to solve this issue across any other sites. I’ll let you know when the update is ready. Cheers, |
majamaki
April 10, 2019 at 2:56 pm
|
Thanks Sebastian. It used to work just perfectly before, not sure what changed it, but it should go back to the way it was before. One thing I noticed with the band-aid fix I did that the fixed attribute stopped working. I’m sure I can get it working right, just need to find time to get back to try and test it out while still keeping it semantically correct. Thanks for looking into it. Love Microthemer. |
Sebastian
April 10, 2019 at 5:46 pm
|
Hey, I’ve just released version 5.6.1.0 which should fix your gradient / background-image issue. Please let me know how you get on 🙂 Thanks! P.S. The rule you manually customised will probably need to be redone via the UI. But other non-edited rules should be corrected simply by updating MT. |
Sebastian
April 10, 2019 at 6:49 pm
|
P.P.S – please update to 5.6.1.2, as the updates I released (5.6.1.0 and 5.6.1.1) had an issue with saving styles using the editor. |