Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

This White Line Around Modal

How can I get rid of this very thin white line around the header (yellow) of this modal?  I tried adding a yellow border. No go.

Open in new window

.modal-header{
         background-color:#fcd668;
         border-width:thin;
         border-style:solid;
         border-color:#fcd668;
         }

Open in new window


Avatar of Daniel Pineault
Daniel Pineault

Without seeing the HTML markup and associated CSS it is very hard for anyone to truly help you.  Can you provide a fiddle for us to review?  A live site?
Avatar of David Schure

ASKER

Sure.  https://arise.plus
Go to the bottom of the page.  Arise Panel
I'm not seeing the white line from either Firefox or Chrome... is it still there?
Yes it is. Very thin.
I have to agree with Terry.  I tried with Edge, FireFox and Brave and do not see any such line, even when zoomed in over 400%.
User generated image
Try Ctrl+F5 to force a cache refresh, or clear your cache and reload.

User generated image
This is with Chrome. Browser issue?
ASKER CERTIFIED SOLUTION
Avatar of Daniel Pineault
Daniel Pineault

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial