You can change content in a contact named “Contact Name Here” in Contact component
and change css style in file:
<blockquote>templates/ja_mendozite/css/template.css</blockquote>
and find following CSS code
.contact-misc .brandinfo-wrap {
background-image: url(../images/contact-brands-map.png);
width: 462px;
height: 248px;
}
.contact-misc .brand-point {
background-image: url(../images/contact-brand-point.png);
width: 20px;
height: 50px;
color: #fff
line-height: 85px;
}
.contact-misc .brand-point:hover {
background-image: url(../images/contact-brand-point-hover.png);
}
.contact-misc .point-1 {
left: 85px;
top: 50px;
}
.contact-misc .point-2 {
left: 265px;
top: 30px;
}
.contact-misc .point-3 {
left: 350px;
top: 10px;
}