Hi @michelles00
For your query,
01) For the post slider, how do make the featured image in the background smaller, so it isn’t as blurry?
Ans – Can you please provide me your web page URL on which you had setup the plugin so I can take a look and try to understand the scenario.
You can try media_size
shortcode parameter for this. e.g. [psac_post_slider media_size="full"]
– Where full is original media size. You can try any WordPress registered image size like thumbnail, medium, large etc.
02) there is no way to reverse the order for sliders from oldest to newest?
Ans – Post Slider and Post Carousel already displays the post in the descending order based on post date. e.g. [psac_post_slider orderby="date" order="DESC"]
You can change it as per your need and try WP Query Order and Order By parameters.