I’d like to do a couple things:
1) I’d like to override this style with my custom.css file:
#etheme-popup {
width: 700px;
height: 350px;
Ideally, I’d like the height to be 100% so that it fits the content placed into it from the static block id. This would allow it to resize in height from desktop to mobile view. When I place a css height on the #etheme-popup id in the custom css file, nothing happens.
When I go to theme options > custom pop-up, I can set the height. When I put in 100% here, the css reads as follows:
width: 700px;
height: 100%px;
Which is broken and then gives me the right height. Does that make sense? Is there a better, non-broken way to accomplish what I want?
2) Where would I change the code to have a different word than NEWSLETTER, from the pop-up?
Here in a child theme? Edit theme-functions.php file (line 1076) in wp-content/themes/woopress/framework directory