badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Display "menu" text next to responsive menu and Woocommerce

#39252

Hi Jon1,

To create a child theme you need to create style.css first. Just create a ultimate-pro-child folder inside wp-content/themes. Under style.css file add below code:

/*
Theme Name: ultimate Pro Child Theme
Author: Self-Help WordPress User
Template: ultimate
*/

@import url("../ultimate-pro/style.css");

.menu-toggle:before {
    content: "menu";
}
.menu-toggle {
    margin-top: 12px;
}

We are busy moving theme options settings to WP customizer.
It will take some time to be fully woo-commerce compatible.

Thank you!