Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


If your website has no pages with titles beginning with a number, you may want to consider excluding 0-9 at the top of your A-Z Index page. To get rid of these numbers, add the following CSS code to your Custom CSS:

#page-az .btn-group:nth-child(2) {
display: none;
}

  • No labels