- Posts: 19
COMMUNITY FORUM
Change sub-template for k2 content module
- Drazen
-
Topic Author
- Offline
- New Member
Less
More
11 years 10 months ago - 11 years 10 months ago #114439
by Drazen
Change sub-template for k2 content module was created by Drazen
Hi,
I need better looking content appear in k2 content module. Default sub-template is this like
I need to:
-remove dot from the left side,
-remove yellow background and set transparency,
-set text on the center of module,
-set bigger or caps lock title.
All like this
I don't know php.
So please give some code for this or another solution.
Thank you
I need better looking content appear in k2 content module. Default sub-template is this like
Attachment not found
I need to:
-remove dot from the left side,
-remove yellow background and set transparency,
-set text on the center of module,
-set bigger or caps lock title.
All like this
Attachment not found
I don't know php.
So please give some code for this or another solution.
Thank you
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 10 months ago #114440
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Change sub-template for k2 content module
Hello Drazen,
You need to know a bit of CSS to do this, no need for PHP at all.
I can only give a direction and not provide you with code because it might affect other areas of your template.
In short you might need to get your hands a bit dirty.
Open your k2.css and find .even (around line 43) this is what gives you the background color. Now get rid of its values.
Now head on and find
You need to know a bit of CSS to do this, no need for PHP at all.
I can only give a direction and not provide you with code because it might affect other areas of your template.
In short you might need to get your hands a bit dirty.
Open your k2.css and find .even (around line 43) this is what gives you the background color. Now get rid of its values.
Now head on and find
Log in or Create an account to join the conversation.
- Drazen
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 19
11 years 10 months ago #114441
by Drazen
Replied by Drazen on topic Re: Change sub-template for k2 content module
THANK YOU, Krikor Boghossian...
I did it. I know a little bit CSS. Module looks fine.
Just one more question.
I want make all upper case in title. How can I do it?
I did it. I know a little bit CSS. Module looks fine.
Just one more question.
I want make all upper case in title. How can I do it?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
11 years 10 months ago #114442
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Change sub-template for k2 content module
Yes you need to use
Log in or Create an account to join the conversation.