Heads up!
This article contains CSS code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains CSS code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This will cover CSS for different sections of the main directory page.
Examples
Hide advanced search button
This will hide the advanced search button.
.wpbdp-page .wpbdp-advanced-search-link { display: none !important; }
Remove underline from pagination
This will remove the underline text decoration from the pagination buttons.
.wpbdp-pagination a { text-decoration: none !important; }