N
N
Nikolol2019-05-13 15:59:54
MODX
Nikolol, 2019-05-13 15:59:54

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>

How to issue it in pdomenu??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Tarasov, 2019-05-13
@an-tar

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 question

Ask a Question

731 491 924 answers to any question