View Full Version : Hide Keywords on Homepage
rsirota
Jul-25-2008, 03:29 PM
Sorry if this has been covered before. Just spent the past couple of hours looking for some help. I went under the customization menu and turned on (show) KeyWords however there is no way to hide them. I tried:
#keywordList {display: none;} /* hide keyword list */
.loggedIn #keywordList {display: block;} /* keyword list visible when logged in */
But I still get a blank box where the keyword would be. I want nothing.
Thanks,
Rob
Barb
Jul-25-2008, 05:02 PM
Sorry if this has been covered before. Just spent the past couple of hours looking for some help. I went under the customization menu and turned on (show) KeyWords however there is no way to hide them. I tried:
#keywordList {display: none;} /* hide keyword list */
.loggedIn #keywordList {display: block;} /* keyword list visible when logged in */
But I still get a blank box where the keyword would be. I want nothing.
Thanks,
Rob
Hi Rob,
Add this to your CSS:
.homepage #keywordsBox {display: none;}
.loggedIn .homepage #keywordsBox {display: block;}
They'll be visible to you when logged in, but not to others.
rsirota
Jul-25-2008, 05:09 PM
Hi Rob,
Add this to your CSS:
.homepage #keywordsBox {display: none;}
.loggedIn .homepage #keywordsBox {display: block;}
They'll be visible to you when logged in, but not to others.
Thanks... You rock!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.