img.et-waypoint {
opacity: 1;
}
https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
]]>please comment your this property from css file here is the location
/wp-content/themes/Divi/style.css
.et-waypoint {
opacity: 0;
}
to
.et-waypoint {
/* opacity: 0; */
}
Any suggestions why only some of the images have re-appeared and what else I need to do?
Thanks in advance!
]]>a) Homepage – https://www.growyourbusinesssuccessfully.net – image missing on static banner(lower half of the page)
b) About page – https://www.growyourbusinesssuccessfully.net/about-business-growth-coach/ – 3 images missing in the middle of the page
c) Show page – https://www.growyourbusinesssuccessfully.net/about-business-growth-coach/ – image missing on fixed banner
d) Our solutions page – https://www.growyourbusinesssuccessfully.net/challenges-to-succeeding-in-business/ – all images missing
Thanks
]]>img.et-waypoint {
opacity: 1 !important;
}