Viewing 1 replies (of 1 total)
  • Plugin Author Viadat

    (@viadat)

    @jhaustein,
    1) Go to ‘/plugins/store-locator/css/store-locator.css’

    2) On approx. line 194, update ..

    .results_entry:hover {
    	/*hover color of search result*/
    	background-color:salmon;
    }

    .. to ..

    .results_entry:hover {
    	/*hover color of search result*/
    	background-color:{color of your choice};
    }

    .. where {color of your choice} = ‘green’ or ‘#000099’ (dark blue), for example

    3) Copy updated ‘/store-locator/css/store-locator.css’ to ‘/wp-content/uploads/sl-uploads/custom-css/’ so that when updating to newer Store Locator versions, your newly-made CSS changes are preserved

Viewing 1 replies (of 1 total)
  • The topic ‘background – mouse over effect’ is closed to new replies.