Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Masonry layout doesn't work

New Front EN Support Forums Ikebana Theme Support Masonry layout doesn't work Reply To: Masonry layout doesn't work

#2072
mmsatori
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