Hello,
First of all, thank you for this amazing theme !
I am personnalizing it right now and I encounter troubles using the MT Realisation widget because my images sizes don’t match.
Can you tell me what size do thy need to have please ?
Thank you.
Regards,
Andree
Hello,
I just installed the theme Kila lite and would like to know how to delete the icons representing Twitter, Youtube, Instagram, Linkedin from the footer and the header. I just want to keep the icon Facebook.
Thanks for your help,
Etienne
]]>I am trying to create a child theme for this theme. I used one click child theme plugin but it seems its not putting all the styles maybe.
this is whats in my child themes functions.php
<?php
//
// Recommended way to include parent theme styles.
// (Please see https://codex.www.ads-software.com/Child_Themes#How_to_Create_a_Child_Theme)
//
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array('parent-style')
);
}
//
// Your code goes below
//
]]>
Hi There doesnt seem to be an option to have pages full width even if you remove sidebar widgets How can i create a full width template or get pages as full width?
]]>