Home › Forums › WoodMart support forum › mark multiple addresses on the map › Reply To: mark multiple addresses on the map
February 19, 2018 at 7:12 am
#40772
Artem Temos
Keymaster
Hello,
There is no multiple addresses option for the map.
Here is a CSS code to change links color on hover in the copyrights area
body .min-footer a:hover {
color: black;
}
Regards