Line in Title of Modal
-
How do you get rid of the line at the top of the modal. It appears as though the title is suppose to go under it. However, moving the title with padding in css moves the line.
See “open modal” button at https://www.thestatisticalmind.com/?page_id=12 “about us”
The CSS for the title is below. I’ve highlighted it so you can see the line.
#eModal-1.modal.theme-2 .title{
text-align:left;
background-color: yellow;}
- The topic ‘Line in Title of Modal’ is closed to new replies.