didie wrote:
Dear thuygtn :
I have the same problem, and I can't find those css line in template-blue.css
please help..
Please go to the file: your_site/templates/sj_perty/css/template-blue.css and find:
.homepage #yt_component .item-page .page-header h2:before {
content: "Live";
width: 90px;
padding-left: 10px;
background: #fff;
display: block;
float: left;
position: absolute;
line-height: 54px;
left: 0px;
top: 0px;
}
=> Please change to:
.homepage #yt_component .item-page .page-header h2:before {
content: "";
width: 90px;
padding-left: 10px;
background: #fff;
display: block;
float: left;
position: absolute;
line-height: 54px;
left: 0px;
top: 0px;
}
Thanks