Hey
I am working on a page with the cubit theme, and I wnat to remove the "home" from the them menu (navigation) and use the link that is activated when pressing on that on the logo instead
How do I do that? :-)
Thanks
Kim
Hey
I am working on a page with the cubit theme, and I wnat to remove the "home" from the them menu (navigation) and use the link that is activated when pressing on that on the logo instead
How do I do that? :-)
Thanks
Kim
Hi Kim,
As far as I know, the theme logo area will default to link to the index (home) of the site. See: http://www.kriesi.at/demos/
Regards,
Devin
Hey Devin
Thanks for your reply
That is true, but My challenge is that I want to remove the "Home" and use a page instead that is linked in the same way - do you know how to do that
Thanks
Kim
Anyone know how to resolve this - sorry for posting again, but is a little urgent
Br.
Kim
Open up header.php and remove following code to get rid of the "Home" link:
<li <?php if(is_front_page()){ echo "class='current_page_item' ";}?>><a href="<?php echo get_settings('home'); ?>">Home</a></li>Thanks a lot :-)
Hi,
Glad that this problem is resolved. :)
Cheers,
Ismael
This topic has been closed to new replies.