Child Theme
in Other
Hi guys,
sorry for my English.
I tried to activate a Betheme Child Theme but the submenu loses its formatting.
How do i do?
this is the code of child directory style.css (dyrectory's name is betheme-child)
/*
Theme Name: Betheme Child
Theme URI: xxxx
Author: xxxx
Author URI: xxxxxx
Description: Child theme of Betheme modified for Xxxxx
Template: betheme
Version: 1
*/
@import url("../betheme/style.css");
/* Theme customization starts here
-------------------------------------------------------------- */
thank you for the help.
sorry for my English.
I tried to activate a Betheme Child Theme but the submenu loses its formatting.
How do i do?
this is the code of child directory style.css (dyrectory's name is betheme-child)
/*
Theme Name: Betheme Child
Theme URI: xxxx
Author: xxxx
Author URI: xxxxxx
Description: Child theme of Betheme modified for Xxxxx
Template: betheme
Version: 1
*/
@import url("../betheme/style.css");
/* Theme customization starts here
-------------------------------------------------------------- */
thank you for the help.
Comments
Menu is always setup for theme - not wordpress installation. So for child theme you need to select right menu in Appearance > Menus section (because child theme is treated by wordpress as other theme).
I attach two images to explain better the question:
This is how it should be
This is how it is (if i use a Child Theme)
@Lulamon Thanks for solution Probably for Child theme was list of pages as default and that`s why after change it works because menu was applied for theme.