Added the following media query adapted from https://browserstrangeness.bitbucket.io/css_hacks.html#safari to apply CSS rule to target iOS Safari 11 to override the opacity setting for any block with class = .coblocks-animate
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
.coblocks-animate {
opacity: 1 !important;
}
}
}
Thanks @grue_pm creating child functions.php and copying the lib folder from the parent theme into the child theme does help. However some of the parent theme styling is still not being applied. This is true even when the child theme stylesheet contains no styles.
@Swashata Ghosh this is a great theme. There are clearly people out there who want to build child themes on top of your great foundation. Could you let us know what other parent theme style dependencies we need to be aware of?