educators 4

This commit is contained in:
Jerry
2023-05-18 13:01:23 +02:00
parent a2d54a8dda
commit c336842430
3 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ add_action('wp_enqueue_scripts', function () {
// wp_enqueue_script('lawcarta-js', get_theme_file_uri('/assets/js/faqSearch.js'), ['custom-jquery'], null, true);
// wp_enqueue_style('lawcarta-libs', get_theme_file_uri('/assets/css/libs.min.css'), [], '100');
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '119');
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '120');
// if(is_front_page()){
// wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');