Title: Styling
Last modified: June 17, 2018

---

# Styling

 *  [missrook](https://wordpress.org/support/users/missrook/)
 * (@missrook)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/styling-76/)
 * Is there documentation to explain how to set up the styling to look exactly like
   the screenshots you have posted?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/styling-76/#post-10428649)
 * The default styling applied when you use the shortcode should be a close approximation.
   I no-longer have the exact set of stylesheet rules from those screenshots, so
   I can’t provide them directly.
 * If you’re using the PHP method of embedding the listing then you’ll need to also
   enqueue the stylesheet with either [`wp_enqueue_style`](https://developer.wordpress.org/reference/functions/wp_enqueue_style/)
   or with the plugin helper with code in your `functions.php` similar to:
 *     ```
       add_action( 'init', 'a_z_listing_force_enable_styles', 99 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Styling’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/styling-76/#post-10428649)
 * Status: not resolved