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
| <style type="text/css"> | |
| .dropdown-menu { | |
| border-bottom:1px solid red; | |
| } | |
| .current-nav-parent > .dropdown-menu{ | |
| border: 4px solid red; | |
| } | |
| .current-nav-parent > .dropdown-menu{border-bottom:0} | |
| </style> |
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
| <?php | |
| /* ------------------------------------------------------------- | |
| * Custom Logo add this in "after_setup_theme" hook | |
| * ============================================================*/ | |
| add_theme_support( 'custom-logo' ); | |
| /* ------------------------------------------------------------- | |
| * Enable svg support | |
| * ============================================================*/ |
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
| // Foundation for Sites Settings | |
| // ----------------------------- | |
| // | |
| // Table of Contents: | |
| // | |
| // 1. Global | |
| // 2. Breakpoints | |
| // 3. The Grid | |
| // 4. Base Typography | |
| // 5. Typography Helpers |
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
| Nous avons un span en plus : | |
| <li lwc-4nfn2rc40ch=""><span style="background-color: rgb(255, 255, 255); font-size: 12px; color: rgb(0, 0, 0);" lwc-4nfn2rc40ch="">Unit Serial Number</span></li> | |
| Cela doit être correct ainsi : | |
| <li lwc-4nfn2rc40ch="">Unit Serial Number</li> |
OlderNewer