Bike Template + K2 Tags

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
Wed Sep 26, 2012 2:43 pm
Reply with quote
Report this post
Could you please tell me how to change the style of the font -

1. Color
2. Black Box around the Font in K2 Cloud

Please be precise in terms of [names] of folders and what file [name.extensions] I should open to make changes.
User avatar
Gold Boarder

Konrad M
Wed Sep 26, 2012 3:28 pm
Reply with quote
Report this post
Hi,
to change them please go to override.css. This file is located in css folder. Then please add this code
Code: Select all
.k2TagCloudBlock a {
background: #212121 !important;
color:#ffffff !important;
}

and set your own colors for background and color. If you would like to change background color when you hover tag please add to same file this:
Code: Select all
.k2TagCloudBlock a:hover {
background: #FB5A29 !important;
}

and set own value. Remember to enable override.css option in template settings. You will find this option i 'Advanced Settings' section.
User avatar


cron