Post by ivannachev95 » Sat Aug 04, 2018 5:46 pm

I've been trying to create a "About us" and "Contacts" links in the menu where categories are located without making them a category as well but I haven't figured out how yet. I've also been toying with the menu.twig file but it seems that none of the manual hard-coded changes I make have any effect. Any tips on how to accomplish that?

Newbie

Posts

Joined
Sat Aug 04, 2018 5:43 pm

Post by xxvirusxx » Sat Aug 04, 2018 10:54 pm

You can add something like this after <nav id="menu" class="navbar">

Code: Select all

<div class="custom-menu">
	<ul id="custom-menu">
		<li><a href="{{ contact }}">{{ text_contact }}</a></li>
	</ul>
</div>
or before </nav>

Then you need to fix in CSS.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România
Who is online

Users browsing this forum: No registered users and 356 guests