Change "TOP" and "Popular"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 04, 2014 6:21 am
Reply with quote
Report this post
First of all, thanks for the great support. I will further recommend Gavick to friends.

I have a very little question about the news template: Some modules appear to have a small picture on the top right, like "TOP", "POPULAR" or a video badge like in the "Last week"-module. How can i change or edit that?
User avatar
Fresh Boarder

GK User
Tue Feb 04, 2014 8:23 am
Reply with quote
Report this post
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.
User avatar
Platinum Boarder

GK User
Tue Feb 04, 2014 10:27 am
Reply with quote
Report this post
Wonderful! Works! Thank you!
User avatar
Fresh Boarder


cron