Hi, David!
how do I change the text from “View Listing” in the Featured Listings widget to something else
There is currently no option to change this without editing the plugin, unfortunately. Sorry about the inconvenience there.
how do I change the size of the search boxes in the Listing Search widget?
You can do that by adding CSS to your theme. The exact CSS you use can depend on your theme. For example, if you wanted to make the search boxes smaller in AgentPress Pro (https://demo.studiopress.com/agentpress/ ), you could use this code in your theme’s style.css file:
select.agentpress-taxonomy {
padding: 10px;
}
That will reduce the white space around the select fields to make them smaller. If that doesn’t work for your site, you’re welcome to link to it and let me know how you’d like to change the search boxes. I’d be happy to offer some quick pointers.