Hi all,
Does anyone know how to make the ‘X’ / close button appear in white on the pop up in Dawn theme? I think it’s currently black because it’s not visible against the black background. Also, I was hoping the bottom part of the pop up could be extended so it’s not cutting off the email box…
Url: gokink.com
Thanks so much,
Steve
Hello @socconnor
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->custom-subscriber-popup.css
add this code at the end of the file.
#customNewsletter__close {
color: white;
}
.customNewsletter__container {
height: 55vh !important
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like
That worked. Thank you @Rahul_dhiman
Thanks , please accept the solution.
I am glad that worked .
Would it be okay for you to Buy me a Coffee for my work .
Sure, I just bought you a coffee for your help.
You don’t by any chance know how to extend the black background a little bit below the ‘email’ section of the popup. It’s cutting the box off a little. If that makes sense. I highlighted it in the above picture.
The code i sent you was for both close button and the email section.
i attached the screenshot also please check.
My bad, I only noticed that now. I had to delete the cookie to see the new popup. Thanks again.