• Is there any way to put a divider between pages on the navbar
    if you have many pages navbar looks like a sentence as there is not much to know those are pages and is it possible to add fontawesome in navbar

    if you could add those features i think it would be great

Viewing 1 replies (of 1 total)
  • Hi There,

    Thanks for writing in,

    Would you mind providing us with the URL of your website so we can take a closer look and provide you with a tailored answer.

    In the meantime, you can try adding following CSS code under Appearance > Theme Options > Custom CSS

    And you can put this code to add dividers:

    ul.nav-menu li a {
      padding: 18px 10px;
      border-right: 2px solid #333;
    }

    Hope this helps,
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘navigation bar’ is closed to new replies.