OK, not exactly sure how to phrase this. Will try a few ways to be clear, then explain what I need to do…
1. Is there a way to remove or override parent overlays with plain CSS in a child theme?
2. Would I have to create a custom version of Reboot to remove all the overlays, or is there a way to override them and just use CSS in the child theme?
2b. Which would be the preferred method to have minimal edite when parent theme is updated?
3. Is there or will there be a CSS Only version of Reboot any time soon? (hint, hint.)
So… I’m trying to limit the amount of PHP requests avery time the Forums load. I have no need for all the overlays in Reboot, but the stylesheet is filled with PHP to call numerous colors and styles.
I do see this in spFunctions.php:21-22
# add support for child overlays
add_theme_support('sp-theme-child-overlays');
Just wondering if this is relative. Can I just comment this out in the child file to remove the overlays? If so, would I then just edit the various sylesheets on /styles:
- reboot-mobile.php
- reboot-rtl.php
- reboot.php
Any other files call styles from the overlays?
Or, am I just way off track here?
NOTE: To achieve my current child theme design, I have edited the following (in addition to a few templates)…
- /rebootkid/styles/overlays/light-matte.php
- /rebootkid/styles/rebootkid.css
Clear as mud?
Thanks in advance for any direction here! We are troubleshooting server performance issues again, and the biggest culprit seems to be PHP using a lot of resources. Hence my reasoning for removing any unnecessary functions.
