✔ Homepage - Hero Slider image spillover
Completed by Ryan R.
- Assigned to
-
Ryan R.
- Notes
-
Part of the next slider image is showing on the current. You can even see part of the line on the right side.
Now that I check the site again, many of my adjustments aren't reflecting, like the ministries slider arrows and gradient on home page. I checked off a handful of to-dos Monday and Tuesday.
Who is making changes to the site without first downloading the existing files?
I haven't made any changes since Tuesday (off yesterday and today).
I'll restore my changes tomorrow when I'm back on the clock and figure out how to save my changes and fix the things in custom.css that need to be fixed.
I like your idea of adding a comment about custom.css being generated automatically, though. And putting that in `wp-content/uploads` is probably a better approach as well.
Just a quick summary for everyone, this theme has a custom.php file that acts as the template for the CSS file. It's located in /library/scss/sass/variables-site/custom.php. When Theme Options (ACF Fields) are updated/saved, the theme rebuilds the custom.css file located in /library/css/custom.css with the latest fields settings.
I've since added comments at the top of custom.php which now show in custom.css alerting the developer to this fact, and that changes cannot be made directly to the CSS file.
Side note, this is another instance where hex2rgb function is helpful as