forked from LiveCarta/LiveCartaWP
LAW-3224
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
function livecarta_scripts() {
|
||||
|
||||
if(is_front_page()){
|
||||
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'));
|
||||
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index']);
|
||||
}else{
|
||||
wp_enqueue_style('livecarta-external-style', get_theme_file_uri('/assets/css/livecarta.css'), ['lawcarta-custom']);
|
||||
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['livecarta-external-style']);
|
||||
|
||||
Reference in New Issue
Block a user