Home › Forums › WoodMart support forum › Disable popup in theme settings not working › Reply To: Disable popup in theme settings not working
August 2, 2023 at 9:54 am
#485872
Luke Nielsen
Keymaster
Hello,
Please enter the below code in Theme Settings -> Custom CSS and then recheck the issue.
body .instagram-picture .wrapp-picture:before {
display: none;
}
body .instagram-picture .wrapp-picture img {
position: static;
aspect-ratio: 1;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards