k2 - reduce category title text size and increase image size

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
Thu Jul 02, 2015 7:37 am
Reply with quote
Report this post
hi please see screen shot of k2 category in storebox for j2.5

this k2 category and sub category layout for title text and images are inconsistent through out.

i wish to increase image size and decrease category title font size and also the view items box to be a bit smaller and background colour of the view items box to be lighter instead of black

is there any other module which can put this in order and uniformity.

or any other css code which can override all other k2 parameters

would be very thankful as too much time is wasted altering here and there
User avatar
Expert Boarder

GK User
Fri Jul 03, 2015 6:10 am
Reply with quote
Report this post
Hi,
About Category name, Can you check me class name or show source code of this element
About Images, K2 settings I guess
User avatar
Platinum Boarder

GK User
Sat Jul 04, 2015 4:39 pm
Reply with quote
Report this post
Oscar E wrote:Hi,
About Category name, Can you check me class name or show source code of this element
About Images, K2 settings I guess

hi sent you a pm..thanks
User avatar
Expert Boarder

GK User
Sun Jul 05, 2015 10:15 pm
Reply with quote
Report this post
Mono Laser Printer / MFP and all others
Try this
Code: Select all
.itemsCategory > h2 {
    font-size: 32px;
}


Children categories
try this
Code: Select all
.itemListSubCategories > h2 {
    font-size: 28px;
}
User avatar
Platinum Boarder

GK User
Sun Jul 05, 2015 10:18 pm
Reply with quote
Report this post
background colour of the view items box to be lighter instead of black

Try this:
Code: Select all
a.button, .itemReadMore.button {
    background: #ccc none repeat scroll 0 0;
    color: #222 !important;
}

Result
User avatar
Platinum Boarder

GK User
Sun Jul 05, 2015 10:20 pm
Reply with quote
Report this post
About Subcategories names, try
Code: Select all
.subCategory h3 {
    font-size: 24px;
}
User avatar
Platinum Boarder

GK User
Wed Jul 08, 2015 1:29 am
Reply with quote
Report this post
thambi wrote:hi please see screen shot of k2 category in storebox for j2.5

this k2 category and sub category layout for title text and images are inconsistent through out.

i wish to increase image size and decrease category title font size and also the view items box to be a bit smaller and background colour of the view items box to be lighter instead of black

is there any other module which can put this in order and uniformity.

or any other css code which can override all other k2 parameters

would be very thankful as too much time is wasted altering here and there


hi oscar, thanks a lot. all have come out perfect except for the sub category images..no uniformity at all..k2 image control totally out of control...pray you could help me on this....thanks a lot
User avatar
Expert Boarder

GK User
Sun Jul 19, 2015 9:36 pm
Reply with quote
Report this post
K2 have very complicated image system, it's no perfect for all, especially at the beginning when you have to set all.
Because it's located in few places : K2 Options, K2 Category and of course using CSS you can also control size of images.
But start from those!
Unfortunately for you we cannot help in all tasks & problems, because we are not official K2 developers.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.