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
Add the following css rule to your custom css field:
li.menu-item-search {
visibility: hidden;
}
That should do the trick.
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
Change the rule i posted to:
#top #menu-item-search {
visibility: hidden;
}
Hiya – It`s perfectly fine now. Thanks for your great help again … prompt as always!!!