How to use SUFFIX " LIGHT"

Sep '13 Joomla Template
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
Sun Dec 08, 2013 1:15 am
Reply with quote
Report this post
How can I use SUFFIX " LIGHT" for article? I have article and I wanna to to use that SUFFIX " LIGHT" for part of a page, another part should be white. Trying to do something like on index page light - white, light - white
User avatar
Fresh Boarder

GK User
Sun Dec 08, 2013 2:05 am
Reply with quote
Report this post
Hi.
Sorry but you can not - those suffixes are only for modules.
But ... you can use this same code using simple trick.

Add your content inside div with two class'es (use HTML mode) :

Code: Select all
<div class="box  light">
<h3 class="header">Title Hello</h3>
<div class="content">
<div class="custom  light">

<p>Light .... Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
 
</div>
</div></div>

User avatar
Platinum Boarder

GK User
Sun Dec 08, 2013 2:11 am
Reply with quote
Report this post
If you don't need title and default paddings, use simple:
Code: Select all
<div class="box  light">
<p>Bla bla bla light gray</p>
</div>

About "How to work with source code mode only" - read here: http://www.gavick.com/documentation/gen ... d-editors/
at the bottom of article.

Have fun :)
User avatar
Platinum Boarder


cron