How can I remove the drop shadow below Menu bar in “Header Style 8 – Hybrid menu 2” as seen on http://www.londoninstereo.com from Newspaper gallery showcase ? Also is it possible to disable the search icon on the Main menu and have a restyled search box similar to the one this website ?
Hello salimnazer,
If you want to remove the drop shadow below the Menu bar, you have to use a bit of CSS to hide it. Please try the code below and add it in Theme panel->Custom CSS area.
.sf-menu > li > a:after {
display:none;
}
The result -> http://screencast.com/t/3ox2zbwHY
Unfortunately, our theme does not have such a quick option for your desired search button. This request implies custom work. It is necessary to do some changes in code in order to implement the search button in your main menu bar. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
For more references about this, you should find here -> https://wordpress.org/support/topic/search-bar-in-the-main-menu-or-in-a-container-div-containing-both-in-floats -> http://cyberchimps.com/guide/how-to-add-a-search-bar-to-the-main-menu/ or you can use some plugins with this functionality and see how it works for you.
Hope this helps!
Thank you for your understanding!
Thanks Catalin, for your message.
I tried the custom CSS in theme panel custom css are but unfortunately, it doesnt make any difference.
is there anything else that might help with this ?
I do understand the limitations in assisting on custom work. Thanks for your guidance despite too many requests.
Hello
Please try to use !important tag and try to replace the code that I gave you above with the below code.
.sf-menu > li > a:after {
display:none!important;
}
I have checked the code again on my side on your website and seems to works as expected.
Thank you for the message!
Sorry, but it still doesn’t make any difference.
I also noticed that the hover highlight for the menu links disappear when I add these codes. Is there any other area where i have to add the !important tag or does it work if i simply replace the existing code (as seen in my screenshot of custom css panel) with the new code ?
Hello salimnazer,
Please try to clear your cache in order to achieve the best result and try it again. Also, I saw that you use an older version of our theme and we recommend to do an update for the latest version. Before doing an update, please do a backup for your all customizations.
Hope this helps and let us know how it goes!
Thank you for the message!

I am running into this error while trying to update the theme.
My theme is also giving some other issues at the moment (like the pagination on my home page doesnt work anymore)
How do I make a fresh installation of the updated theme Without loosing all the plugins, design and layout setup i currently have.
Hello salimnazer,
This kind of error appears because you try to rule the script and this is not available because you have already the Newspaper 6.3.2 and this script is available only if you have version 4 and you have to update to version 6.
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come bundled with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom CSS will not work with the new version and you will have to adjust or re-add them.
All your customization are recorded in the database which is not affected by this update.
Hope this helps and let us know how it goes!
Thank you for the message and thank you for purchasing our theme.
Thanks Catalin,
I deleted my old newspaper folder via FTP and I got it successfully updated using new theme file from my themeforest account. The issues regarding pagination on home page and an awkward alignment of logo on header got fixed already.
Still trying to figure out a way to get rid of the drop shadow. Re entered the code into custom code area but its of no effect.
I am not a coder but I could try editing the CSS style sheet through FTP if that helps.
Hello salimnazer,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue and your page setup. Also, please provide the link of this topic so we know who you are and what the issue is.
Thank you for the message!