Hi Thang Lian,
If you use the Sj World News template, please open the template.css file in "your_site/templates/sj_worldnews/css", finding:
.switchmodes-wrap {
background: url("../images/switchmodes.png") no-repeat scroll 0 0 transparent;
color: #EEEEEE;
display: none;
float: right;
margin: 0 10px;
padding: 13px;
}
change to
.switchmodes-wrap {
background: url("../images/switchmodes.png") no-repeat scroll 0 0 transparent;
color: #EEEEEE;
display: none;
float: right;
margin: 0 10px;
padding: 13px;
display: none
}
Thanks