This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Modifying Responsive menu & adding text to header

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread