How do you remove the login and join now at the top without removing the members info when logged in? I looked everywhere.
How do you remove the login and join now at the top without removing the members info when logged in? I looked everywhere. |
The easiest way would be to hide it via the CSS. templates/tmpl_uni/css/general.css
.no_hello_actions {
font-size:18px;
font-weight:bold;
padding-right:10px;
padding-top:9px;
display: none; }
https://www.deanbassett.com |
I can't believe I couldn't think of that. I tried the css but, nothing seemed to work. I was messing with the database but, didn't work like I wanted to. Thanks for the simple answer to my simple question. |