Disable the home button from displaying on the main menu

This topic contains 1 reply and 2 voices, and was last updated by Sk 9 years, 9 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
July 2, 2014 at 3:55 pm 22742
Sk I would like to disable the home button that is automatically shown in the main menu. What CSS code can I use to disable it? Could I just "display: none" a specific element to make it disappear? Any thoughts welcome.
July 3, 2014 at 12:48 am 22803
Sk Sk

Hello Hugo,

Please navigate to dokan/header.php on line 94. the line is

<a class="navbar-brand" href="<?php echo home_url(); ?>"><i class="fa fa-home"></i> <?php _e( 'Home', 'dokan' ); ?></a>

Comment out or remove this line. The default home button will not show any more.

Thank you.

Viewing 1 Posts - 1 through 1 (of 1 total)