Answer the question
In order to leave comments, you need to log in
How to style menu using pdoMenu in modx revo?
There is a menu like this:
<ul>
<li class="current">
<a href="index-2.html" data-description="All starts here" class="st">Home</a>
<ul>
<li><a href="logos-slider.html">Logos Slider</a></li>
<li><a href="photos-slider.html">Photos Slider</a></li>
</ul>
</li>
<li>
<a href="elements.html" data-description="All the different stuff">Features</a>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="our-team.html">Our Team</a>
<ul>
<li><a href="we-are-hiring.html">We are hiring</a></li>
</ul>
</li>
<li><a href="elements.html">Elements</a></li>
<li><a href="pricing-tables.html">Pricing Tables</a></li>
<li><a href="columns.html">Columns</a></li>
<li><a href="#">Third Level Item</a>
<ul>
<li><a href="#">This is a simple example</a></li>
<li><a href="#">Of the third level</a></li>
<li><a href="#">Navigation item</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="blog.html" data-description="What we think">Blog</a>
<ul>
<li><a href="single-post.html">Single Post</a></li>
</ul>
</li>
<li>
<a href="portfolio-4-columns.html" data-description="Work we are proud of">Portfolio</a>
<ul>
<li><a href="portfolio-2-columns.html">2 Columns</a></li>
<li><a href="portfolio-3-columns.html">3 Columns</a></li>
<li><a href="portfolio-4-columns.html">4 Columns</a></li>
<li><a href="single-project.html">Single Project</a></li>
</ul>
</li>
<li>
<a href="contact-us.html" data-description="Enquire here">Contact</a>
</li>
</ul>
Answer the question
In order to leave comments, you need to log in
It has already been discussed many times, the task is actually ordinary and trivial, search here and on modx.pro. At least here:
one
two
three
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question