Last active
February 5, 2026 08:42
-
-
Save jmabbas/17a4787567cd0e395f89de8e4e8fee5d to your computer and use it in GitHub Desktop.
Furnique - Custom styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Menu color | |
| .wp-block-navigation__submenu-container.has-mega-menu .nav-title > .wp-block-navigation-item__content .wp-block-navigation-item__label { | |
| color: #000 !important; | |
| } | |
| .wp-block-navigation-submenu:not(.nav-title) .wp-block-navigation-item .wp-block-navigation-item__label { | |
| color: #797979; | |
| } | |
| // Category link clikable | |
| .wp-block-navigation__submenu-container.has-mega-menu .nav-title > .wp-block-navigation-item__content { | |
| pointer-events: initial; | |
| } | |
| //Mobile changes | |
| @media (max-width:767px) { | |
| .mobile-block-1 ul > li:last-child { | |
| display: none; | |
| } | |
| .mobile-block-2 li.wp-block-post:nth-child(n+2) { | |
| display: none; | |
| } | |
| .mobile-block-1 img { | |
| width: 150px !important; | |
| height: 150px !important; | |
| } | |
| .mobile-block-3 .wp-block-columns.furnique-column-scroll:not(.is-not-stacked-on-mobile) > .wp-block-column { | |
| flex-basis: 70% !important; | |
| } | |
| .single-main { | |
| flex-direction: column !important; | |
| } | |
| .furnique-scroll > .wp-block-group { | |
| min-width: 110px; | |
| } | |
| .furnique-scroll { | |
| overflow-x: auto !important; | |
| } | |
| } | |
| .header-default.header-transparent, | |
| div#searchOpen { | |
| z-index: 999; | |
| } | |
| .korting-home .deal-card .deal-hero .deal-logo, | |
| .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right { | |
| z-index:2; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment