How do we remove the "Search Icon" and Search Box" from the Navigation Menu in Dolphin 7?
How do we remove the "Search Icon" and Search Box" from the Navigation Menu in Dolphin 7? |
there was a similar post i answered yesterday, do try this out pal, in your template folder go in the base folder where you will find the CSS folder wherein open the top_menu.css file, then search for the code: table.topMenu td.right { } (its around line number 30 in my editor) and simply add a code line "display:none;" with in the parenthesis. hope this works for you. cheers :) |