Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88234
    vider
    Member

    Hi, where i can find search form code, to remove it.

    And I wanna make LOGO in the center, help please.

    Thanks

    #88246
    Mahesh
    Keymaster

    @vider: Please post in your site url.

    Regards,
    Mahesh

    #88376
    vider
    Member

    http://moto.amairbrush.com/

    Thanks for Reply

    #88437
    vider
    Member

    Hi, I founded how to remove search bar (search form)
    with this code :
    #masthead .search-field {
    display: none;
    }
    BUT still have problems with LOGO. I can’t put it in center (middle)

    Thanks

    #88469
    Mahesh
    Keymaster

    @vider: Glad to know you were able to remove search bar, For aligning logo to center, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #site-logo a {
        text-align: center;
    }
    
    .sidebar.sidebar-header-right {
        display: none;
    }
    
    #site-branding, #site-logo, #site-header {
        display: block;
        float: none;
    }
    
    .mobile-menu-one #site-branding {
      width: 100%;
    }

    Regards,
    Mahesh

    #88478
    vider
    Member

    Thank you very much. It worked for me.
    Nice support, i like tepmlate very much.

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘REMOVE search form’ is closed to new replies.