Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Background Image Does Not Display in AT Featured Section Widget › Reply To: Background Image Does Not Display in AT Featured Section Widget
April 2, 2019 at 12:41 pm
#49575
Keymaster
Dear William,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS
@media (max-width:767px){
.at-parallax{
background-attachment: scroll !important;
}
}
Best Regards!