Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228421
    Donal Foy
    Participant

    I need a little help with the following:

    – How do I remove the search button(eye glass) on my menu bar
    – How to make drop-down menu’s less wide
    – How to make the logo in the top left bigger

    http://i5d.96b.myftpupload.com

    Thank you!

    #228483
    Skandha
    Participant

    @foygroupdev: Hello Donald,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the search button */
    #search-toggle {
        display: none !important;
    }
    /* To decrease the width of sub menu items */
    @media screen and (min-width: 64em) {
    	.navigation-classic .main-navigation ul ul a {
    		width: 200px;
    	}
    }
    /* To make the site logo bigger */
    .custom-logo {
        max-width: 250px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I change these things on my website?’ is closed to new replies.