« See all FAQs for Sabai Directory - Business directory plugin for WordPress
How can I customize the display?
SabaiDirectory includes template files that you can modify to customize the output. The template files are located under the following directory:
wp-content/plugins/sabai-directory/assets/templates
You can copy these files over to wp-content/sabai/assets (or wp-content/themes/[Your Theme]/sabai for versions older than 1.2.25) directory (you must create this directory) and modify however you like. Note that you do not need to copy all the template files over to the folder, but only those you want to make changes. Also if the directory you are trying to customize the display is a cloned directory, you can optionally create a folder at wp-content/sabai/assets/[Cloned Addon Name] (or wp-content/themes/[Your Theme]/sabai/[Cloned Addon Name] for version older than 1.2.25) and copy the template files to the folder so that the modifications are applied to the cloned directory only.
In addition to copying the template files, if you place a stylesheet file at wp-content/sabai/assets/style.css (or wp-content/themes/[Your Theme]/sabai/style.css for versions older than 1.2.25), this file will be read after all the SabaiDirectory stylesheets are included. So use this file if you need to ensure that your custom styles are applied after the styles defined by the SabaiDirectory core.