Title: Customisation
Last modified: July 20, 2026

---

# Customisation

 *  Resolved [pritster](https://wordpress.org/support/users/pritster/)
 * (@pritster)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/customisation-23/)
 * I have just bought the premium agency version and there seems to be no way to
   customise the listings ie, font size etc which is basic functionality.. Default
   font sizes on listings are are very small and very difficult to read products
   desc, titles prices, etc. We have tried setting custom css but every time the
   page reloads it reverts back to the defaults. 
   Can you please advise how to do
   this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [paapiplugin](https://wordpress.org/support/users/paapiplugin/)
 * (@paapiplugin)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/customisation-23/#post-18970634)
 * Hi [@pritster](https://wordpress.org/support/users/pritster/) ,
   There isn’t a
   font-size setting in the plugin, so the way to change it is a bit of CSS in your
   theme. Add this under Appearance > Customize > Additional CSS so it sticks across
   reloads:
 * /* Product title */
   .psfa-product-card h3 { font-size: 1rem !important; }
 * /* Price _/ .psfa-product-card [style_=”price-color”] { font-size: 1.15rem !important;}
 * /* Buy Now button */
   .psfa-buy-button { font-size: 0.95rem !important; }
 * Change the sizes to whatever looks right.
   BTW, we are looking into making it 
   adjustable from the admin settings.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomisation-23%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/paapi-product-search-for-amazon/assets/icon.svg?rev=3430224)
 * [Paapi Product Search for Amazon](https://wordpress.org/plugins/paapi-product-search-for-amazon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paapi-product-search-for-amazon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paapi-product-search-for-amazon/)
 * [Active Topics](https://wordpress.org/support/plugin/paapi-product-search-for-amazon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paapi-product-search-for-amazon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paapi-product-search-for-amazon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [paapiplugin](https://wordpress.org/support/users/paapiplugin/)
 * Last activity: [2 weeks, 5 days ago](https://wordpress.org/support/topic/customisation-23/#post-18970634)
 * Status: resolved