Thread Starter
jerker
(@jerker)
Hi,
I did what you recommended but still doesn’t work.
what I have done :
After creating the child theme folder “enigma-child”, I have created into that folder, a css file “style.css” and put this code :
/*
Theme Name: Enigma Child
Theme URI: http://localhost/enigma-child/
Description: Enigma Child Theme
Author: MS
Author URI: http://localhost
Template: enigma
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: enigma
*/
@import url("../enigma/style.css");
Then downloaded the home-services.php from your link and put it into the child theme folder.
Finally, Admin Dashboard >> Appearance >> Menus
As “Custom links” were disabled, I created a new Menu then added to it a “Custom Link” as :
url : “#home_service”
Link title : “Services”
Then set the Menu created as primary menu, so it could be displayed.
Am I wrong somewhere in my steps ?
Thanks for your support.