In Head CSS, youll need to make sure the spritemaps are set to have blank spritemaps (no logos in the top left corner) and then set the image as per below:


#col1content li a, #col2content li a, #col2content li .slidebar_rollover
{ background-image: url("https://downloads.realviewdigital.com/Realview/Realview%20Templates/Sprite-map-navigation_Blank.png"); }

.tablet #col1content li a, .tablet #col2content li a {
background-image: url("https://downloads.realviewdigital.com/Realview/Realview%20Digital/V3-iPad_spritemapRV-RETINA_ 2.png") !important;
}


 .tablet #toolbar_logo a{
background-position: 50% 50% !important;
background-size:70px 70px;
background-repeat: no-repeat;
}

#toolbar_logo a{
background-image: url("https://downloads.realviewdigital.com/9973de04-a9d5-4eba-946f-8fcbcaaf4c7e/2d4fb98c-180e-4f38-859c-b59eb9986a3a/1024x1024.png") !important;
background-position: 50% 50% !important;
background-size:46px 46px;
background-repeat: no-repeat;
}


Then in Col1Content you will need to add the following attribute to the a tag that is for the Logo:


style="background-image: url('https://downloads.realviewdigital.com/9973de04-a9d5-4eba-946f-8fcbcaaf4c7e/2d4fb98c-180e-4f38-859c-b59eb9986a3a/1024x1024.png') !important;"


Substitute the URL for the image that is necessary.