New Front EN › Support Forums › Ikebana Theme Support › Masonry layout doesn't work › Reply To: Masonry layout doesn't work
December 11, 2013 at 11:30 am
#2072
satori
Keymaster
Hey Csaba,
Well, you could just do it with some CSS, for example:
#nav-primary ul li:first-child {
height: 50px;
width: 50px;
background-image: url('http://www.irodalmibableves.hu/wp-content/uploads/2013/11/home-e1385070240640.png');
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 30px 30px;
}
#nav-primary ul li:first-child a {
visibility: hidden;
}
You can of course replace the URL with any other image you need, I just used the one found in your media library ;)
Sincerely,
Andrii / Satori Studio