Hey Nicholas,
I put the change back into the custom front end.css
as follows
.hikashop_previous_product{
background-color: transparent !important;
float:left;
width: 50px;
height: 50px;
background:url(https://www.eutopiantrader.com/images/Logo/nav-icon.png) no-repeat 50px 50px !important;
margin-bottom:10px;
padding:5px;
border:1px solid #ddd;
border-radius:3px;
margin-right:4px
}
.hikashop_previous_product:hover{
//5px 3px
width: 50px;
height: 50px;
background:url(https://www.eutopiantrader.com/images/Logo/nav-icon.png) no-repeat 50px 50px !important;
}
.hikashop_next_product{
background-color: transparent !important;
float:left;
width: 50px;
height: 50px;
background:url(https://www.eutopiantrader.com/images/Logo/nav-icon.png) no-repeat 50px 50px !important;
margin-bottom:10px;
padding:5px;
border:1px solid #ddd;
border-radius:3px;
margin-right:4px
}
.hikashop_next_product:hover{
width: 50px;
height: 50px;
background:url(https://www.eutopiantrader.com/images/Logo/nav-icon.png) no-repeat 50px 50px !important;
}
I am going to leave it there so you can see it. I do not understand what is stopping my new images from displaying though I think it has something to do with the placement of the boxes themselves with relationship to the images and likely something to do with the column size as well. I tried manipulating the box sizes with the broder box in the development console and while I was able to increase the size of the boxes to match the size of the image (50px x 50px (too large an image perhaps? I did want to increase the size since that is partially why I added my own images because the default ones are just way too tiny, but at the same time since I was increasing them I figured I would use my brand colors). but I can not got the boxes to line up with the images.
i left the original px sizes commented out in the custom front end.css so that I can return back to the original if everything else fails.
I am truly at a complete loss an feeling VERY defeated right now because I spent over an hour trying many different things to get this too work, and I failed miserably and not understanding why is a huge kick below the belt especially to my pride because I feel like this should be a very easy straight forward change, and nothing I am doing is working.
I would really welcome and appreciate anyones help me..
Thank you... A very dejected dardwizzle.