Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media screen and (max-width: 991px) {
- /* Default header: Show primary logo */
- body.elementor-page-1224 .logo__img-primary {
- opacity: 1 !important;
- visibility: visible !important;
- }
- /* Default header: hide secondary logo */
- body.elementor-page-1224 .logo__img-secondary {
- opacity: 0 !important;
- visibility: hidden !important;
- }
- /* Sticky header: hide primary logo */
- body.elementor-page-1224 .header_sticky .logo__img-primary {
- opacity: 0 !important;
- visibility: hidden !important;
- }
- /* Sticky header: show secondary logo */
- body.elementor-page-1224 .header_sticky .logo__img-secondary {
- opacity: 1 !important;
- visibility: visible !important;
- }
- }
Add Comment
Please, Sign In to add comment