CSS for closing button does not work
-
Good morning,
After reading through the 6 days course, I was trying to personalise the close button using CSS and somehow it does not work.
Here the CSS code I have, where ‘promise’ is the popup ID:
<style>
#promise .da-close {
background-color: #b8912d;
color: #fff;
}
</style>The page I need help with: [log in to see the link]
The topic ‘CSS for closing button does not work’ is closed to new replies.