Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #657364

    Hiya,

    Could you please advise me on how to achieve the following header alignment:

    Logo (left) | (right) Main menu | exact space needed for the search icon, however, icon should not be visible or be deactivated | social icons

    Thank you!

    Best,
    hasbeat

    #657380

    Add the following css rule to your custom css field:

    li.menu-item-search {
       visibility: hidden;
    }

    That should do the trick.

    #657388

    Hi mensmaximus,

    Thanks for your prompt reply! It still shows the link on mouse over – is there an easy way to eliminate it?

    Best,
    hasbeat

    #657396

    Change the rule i posted to:

    #top #menu-item-search {
    visibility: hidden;
    }
    #657405

    Hi!

    Please refer to @mensmaximus’ post above

    @mensmaximus
    Thanks as always :)

    Regards,
    Yigit

    #657437

    Hiya – It`s perfectly fine now. Thanks for your great help again … prompt as always!!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Don`t show search icon, but, keep the blank space’ is closed to new replies.