How to change navbar-brand?

This topic contains 4 reply and 2 voices, and was last updated by Gary 9 years, 4 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
December 1, 2014 at 7:47 am 31447
Gary Hello I am looking for a way to change the text "home" on the navigation menu and wondered if there is a file where I can alter the code to have it say something else? any help would be appreciated, thank you
December 1, 2014 at 10:45 am 31450
Nayem Nayem

Hello Gray,

You can change the text “Home”. Please open header.php file from the dokan theme folder. In line number 92 you will see this code <a class="navbar-brand" href="<?php echo home_url(); ?>"><i class="fa fa-home"></i> <?php _e( 'Home', 'dokan' ); ?></a>. You can insert your own text by replacing the text “Home”. You can change like this – <a class="navbar-brand" href="<?php echo home_url(); ?>"><i class="fa fa-home"></i> <?php _e( 'Gray', 'dokan' ); ?></a>.

Thank you 🙂

December 1, 2014 at 11:35 am 31458
Gary Gary

Hi Nayem,

That’s great! thank you for your help. 🙂

Take care

December 1, 2014 at 11:37 am 31459
Nayem Nayem

Hello Gray,

Please mark this topic as resolved if you have no more question.

Thank you 🙂

December 1, 2014 at 11:44 am 31460
Gary Gary

No Problem,

Thanks again 😀

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