Expound child theme problem
-
hey all!
I would ask for some help in my website, using expound theme.
I Just created a child theme in order to make some customizing in css code, but something goes wrong from the first steps.
/* Theme Name: Expound child theme Description: Expound Child Theme Author: Kyriakidis Andreas Author URI: Template: expound Version: 1.0.0 Tags: Text Domain: expound-child */ /* For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides: Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme. */ @import url("../expound/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ /* */
My homepage using expound theme looks like this:
default expound themeBut since I activate my child theme (using the simple code above), my home page looks like that:
child expound themeThis is a screenshot of my custom menu, used in navigation:
custom menu usedObviusly something is wrong but I cannot figure out what is that. Any help will be appreciated!
The blog I need help with is exelixi-espa.gr.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Expound child theme problem’ is closed to new replies.