Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267778
    danx72
    Participant

    Hello, I have a 1 page website I can’t be able to remove search and menu from the header (the blue ones on the right).

    Then I would need to find a way to add a short text and social icons up on the photo, whatever possible without a paid plan. Any help?

    thanks in advance

    http://www.timothymooremusic.com/staging/

    #267791
    tikaram
    Keymaster

    @danx72: To remove the search and menu items from the header.
    Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    #site-header-menu {
    	display: none;
    }

    To add text and social icons you will need to create a child theme and make the desired customization.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header customization’ is closed to new replies.