• Resolved jeff55

    (@jeff55)


    I have a dark background site with white text. I need to change the text in the store-locator to be black.

    I have this css code to change my site wide text to white –
    body {
    /* Adjust sitewide (#FFFFFF) text color */
    color: #FFFFFF;
    }

    I cannot figure out how to change the store locator text to black. Any suggestions? Much appreciated.

    https://www.ads-software.com/plugins/store-locator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Viadat

    (@viadat)

    @jeff55,
    1) In ‘/store-locator/css/store-locator.css’, approx. line 158, add a ‘color’ entry to the CSS definition like this:

    .searchResultsTable td {
    color: #000 !important;

    2) Then, copy your newly modified ‘store-locator.css’ to ‘/wp-content/uploads/sl-uploads/custom-css/’ so that you retain these changes when updating the Store Locator to newer versions

    Thread Starter jeff55

    (@jeff55)

    Awesome,

    Thanks Viadat. Thanks for your quick response.

    Jeff

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change results text color.’ is closed to new replies.