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*

Display "menu" text next to responsive menu and Woocommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39218
    jon1
    Participant

    Hello. I love the Ultimate Pro Theme. Thank you for your hard work!

    2 questions:

    1 I would like to have the word MENU displayed next to the responsive menu button at all times.

    2. When will this theme be updated to be fully woocommerce compatible?

    Thanks again!

    Jon Gunzel

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.