Edit "Home" color in menu

This topic contains 3 reply and 3 voices, and was last updated by Rachelle 10 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 23, 2014 at 5:53 am 19260
Rachelle I have changed all the colors in Dokan and Woocommerce settings but I can't figure out how to change the "Home" text on the main menu bar. It is put there by default and I can't remove it or change the color. I can change the color of the rest of the links in that menu bar but the word home doesn't change to match. Where do I edit this in the theme? Here's the main page for reference: www.partypinwheel.com
April 23, 2014 at 6:02 am 19261
Mahi Mahi

Yes, Its hard coded. Open header.php file on line 168

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

April 23, 2014 at 7:30 am 19262
Jay Jay

Rachelle, what plugin/lightbox are you using to open the product images? When you click your product images it brings open a nice frame around the image.

April 23, 2014 at 6:19 pm 19293
Rachelle Rachelle

Thank you Mahi!

Sorry, I didn’t see your response Jay. I emailed you back but in case you didn’t get it I am using the Fancybox plugin. : )

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