Avatar of Melody Scott
Melody Scott
Flag for United States of America

asked on 

Can I override the @media print on https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css?

Hi, I'm trying  to this page to print a certain way. http://dev2.magickitchen.com/menu/main_courses.html  (User name pepe and password BobTheBuilder45!!)

When I look in Chrome developer tools, https://www.lockedowndesign.com/chrome-print-preview-differs-from-dev-tools/ (Looking at print preview), I see a lot of the media print css is coming from https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css.

Is there an easy way to have the page ignore @media print styles from bootstrap, and just build my own?

I do have a separate css, called <link href="/css/print.css" rel="stylesheet">, under custom stylesheet.

Thanks.
CSSWeb DevelopmentHTMLBootstrap

Avatar of undefined
Last Comment
Melody Scott

8/22/2022 - Mon