Logo problem
-
Hello guys,
Im using mystile from woocommerce.I have problem with my set
here is the link https://www.metrotoyworks.netmy problem is the logo, whenever I hover on it, the background of the button changes to white and offsets the image a bit. any idea on how to fix this?
I want it to stay the same as it is when the mouse pointer is not on it, and when i click it , it will return me to my home page.
I used a Link and added it to my top navigation bar
and entered the css style as my-home-link
and entered this css code to the editor.my-home-link a {
padding-left: 1px !important;
background-image: url(‘https://metrotoyworks.net/wp-content/uploads/2015/02/new-metrotoyworks-logo-wp-e1424368889652.png’) !important;
background-repeat: no-repeat !important;
background-position: left;
text-indent: -9999px !important;
height: 40px;
width: 240px;
}
- The topic ‘Logo problem’ is closed to new replies.