Shape 5

Joomla Templates => Regan Tech - Club => : enelson August 16, 2017, 12:26:59 AM



: hide home menu
: enelson August 16, 2017, 12:26:59 AM
Hello,

I would like to hide home menu in Regan Tech but the option (like in other templates) seems not to be proposed in vertex ?
Possible to hide it ?

Thx


: Re: hide home menu
: mikek August 16, 2017, 07:05:59 AM
Hello,

You can add this to custom.css which would hide it:

#s5_nav li:first-child {
display:none;
}


: SOLVED : Re: hide home menu
: enelson August 17, 2017, 01:45:47 AM
Thanks a lot !!! Works fine.