Hi Kor
Many thanks for the swift response. That fixed it, but ideally I would like the master title to be white and it would be great if the ‘Get Directions’ and contact telephone number were blue with underline.
Here is all of the custom css that I currently have applied:
/* Customise map Hover Box */
.geodir-bubble_desc h4 {
font-family:sans-serif;
font-size:16px;
font-weight: normal;
}
/* Change the map hover box text colour to White*/
.geodir-bubble_desc h4 a {color: #ffffff}
.geodir-bubble_desc h4 a:hover {
color: #ffffff
text-decoration: underline
}
/* Stop the image hiding the some of the address on the map hover*/
.geodir-bubble-meta-side {
margin-top: 0;
}
/* Hide the categories from the bottom right hand corner of the map */
.map_category, .trigger {display:none;}
/* Disable Geodirectory breadcrumbs, because I am using Yoast SEO breadcrumbs */
.geodir-breadcrumb {
display: none !important;
}
body.home #breadcrumbs {
display: none;
}
.geodir-bubble_desc div a, .geodir-bubble_desc h4 a {
color: #000!important;
}
Regards
Dan