add this to functions.php
remove_action('bp_before_header', 'meso_add_top_nav');
add_action('bp_before_bodywrap', 'meso_add_top_nav',10);
Thread Starter
CB
(@tng2013)
Hi Richie,
That works thanks, however, the top nav shadow has now returned. I have tried what was suggested in the FAQ to remove the shadow, however, that doesn’t seem to work. Is there anything else I can do to hide the shadow?
seem working in my end, add this to customzer->general->custom css
#top-navigation:before,#top-navigation:after {display:none;}
Thread Starter
CB
(@tng2013)
That did the trick. Many thanks for taking the time to respond Richie.