Keyword

Change sub-template for k2 content module

  • Drazen
  • Drazen's Avatar Topic Author
  • Offline
  • New Member
More
11 years 3 months ago - 11 years 3 months ago #114439 by Drazen
Hi,

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
Attachments:

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 3 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
					
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Drazen
  • Drazen's Avatar Topic Author
  • Offline
  • New Member
More
11 years 3 months ago #114441 by Drazen
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?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 3 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
					
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.