| @@ -39,8 +39,9 @@ | ||
| 39 | 39 | 'Zig_Zag', |
| 40 | 40 | 'Hero', |
| 41 | 41 | 'CTA', |
| 42 | 42 | 'Flex_Hero', |
| 43 | + 'Contact', | |
| 43 | 44 | ]; |
| 44 | 45 | } |
| 45 | 46 | |
| 46 | 47 | /** |
| @@ -80,8 +81,15 @@ | ||
| 80 | 81 | |
| 81 | 82 | wp_register_style( |
| 82 | 83 | 'helloplus-flex-hero', |
| 83 | 84 | HELLOPLUS_STYLE_URL . 'helloplus-flex-hero.css', |
| 85 | + [ 'elementor-frontend' ], | |
| 86 | + HELLOPLUS_VERSION | |
| 87 | + ); | |
| 88 | + | |
| 89 | + wp_register_style( | |
| 90 | + 'helloplus-contact', | |
| 91 | + HELLOPLUS_STYLE_URL . 'helloplus-contact.css', | |
| 84 | 92 | [ 'elementor-frontend' ], |
| 85 | 93 | HELLOPLUS_VERSION |
| 86 | 94 | ); |
| 87 | 95 | } |