k2 - reduce category title text size and increase image size
Rate this topic: 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
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
-
- 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
About Category name, Can you check me class name or show source code of this element
About Images, K2 settings I guess
-
- 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
-
- 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
Children categories try this
Try this
- Code: Select all
.itemsCategory > h2 {
font-size: 32px;
}
Children categories try this
- Code: Select all
.itemListSubCategories > h2 {
font-size: 28px;
}
-
- 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
-
- 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;
}
-
- 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
-
- 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.
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.
-
- Platinum Boarder
8 posts
• Page 1 of 1