Show Promotional Popup on Blog Posts only

To make Promotional Popup shows on Blog Posts only in Squarespace, you can do these.

#1. First, you need to enable Promotional Popup

#2. Next, use this code to Custom CSS

div.yui-popup-container-node {
    display: none;
}
body[class*="type-blog"].view-item .yui-popup-container-node {
    display: block;
}