Home>Support>Modifying Responsive menu & adding text to header

Modifying Responsive menu & adding text to header

Hello! Love the theme and have for a long time :)
I have two separate support requests.

1: I have added a secondary menu to the header sidebar. How can I disable the responsive menu for that secondary menu but not disable it for the primary menu?

2: I would like to add either a link or text right under the logo in the masthead. I have found where to edit this in “../parts/masthead.php”. How can I make this change in my child theme since it is in the subfolder ‘parts’?

Thanks so much for the help! I love love LOVE this theme :)

URL: http://www.v-picks.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Neffrey

    Thanks for your support.

    1. Try the following at Appearance > Custom CSS:

    /* Header Sidebar */
    
    @media screen and (max-width: 480px) {
    	#header-sidebar .so-mobilenav-standard + * {
    	    display: block;
    	}
    }
    
    @media screen and (max-width: 480px) {
    	#header-sidebar .so-mobilenav-mobile-1,
    	#header-sidebar .menu-mobilenav-container {
    	    display: none;
    	}
    }
    

    2. You can create a new folder in your child theme called “parts” and then copy masthead.php from the parent parts folder into the child parts folder. Copy, not cut.

    Let me know how these changes come along :)

    Thanks again for your support.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More