• Resolved pritster

    (@pritster)


    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

    (@paapiplugin)

    Hi @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 to reply to this topic.