home icon menu remove border box
-
Hi, i create some image menu with uploaded images. i managed to make the box arround it transparent also the hover box with some css. BUT, is there a way to remove the box because even if its transparent the image dosnt get the full size because the box is still there. i would like the image to get the full box size.
this is the css i used
.home-iconmenu a {
background-color: transparent;
}.home-iconmenu a:hover {
background: transparent;
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘home icon menu remove border box’ is closed to new replies.