• Resolved SGDB

    (@sgdb)


    Is there a way to highlight the respective distance in a search result, so that it does stand out just a little bit more? It appears that there is no dedicated selector, but it would be just great to assign some css to it in order to make it bold or differently colored. Any help would be greatly appreciated!

    https://wordpress.org/plugins/locatoraid/

Viewing 1 replies (of 1 total)
  • Hi,
    thank you for your feedback. We’ve just released a fresh 2.2.1 update where we’ve added wrapping elements with own CSS classes for every item in the search results.

    For example, for the distance it is “.lpr-location-distance”. We made it bold in our default CSS, but you can easily overwrite it by adding some CSS to the page with Locatoraid shortcode, for example:

    <style>
    .lpr-location-distance {
    color: red;
    }
    </style>
Viewing 1 replies (of 1 total)

The topic ‘Highlight the Distance’ is closed to new replies.