Hi, thanks.
Those words you will find in
template.css file - inside template folder, search using HTML/CSS editor :
- Code: Select all
.box.badge-top .header:after {
background: none repeat scroll 0 0 #E25B32;
content: "Top";
}
.box.badge-popular .header:after {
background: none repeat scroll 0 0 #32AAE2;
content: "Popular";
}
.box.badge-new .header:after, .box.badge-popular .header:after, .box.badge-top .header:after, .box.badge-hot .header:after {
background: none repeat scroll 0 0 #9EB931;
color: #FFFFFF;
content: "New";
}
Just replace words in content
Or you can override them using override.css - but first you have to enable in template configuration.