Standard Mode - nspcol1 bottom border

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Nov 16, 2014 6:36 am
Hi


I want to add a diagonal border to the bottom of each news item, i have the req css

Code: Select all
.stripes {
background: repeating-linear-gradient(
  -45deg,
  #eee,
  #eee 5px,
  #fff 5px,
  #fff 10px
);
}


It works great in standard mode own article format but i can't find the 'template' for this portal mode, where should i be looking to add the required div?

Code: Select all
<div class="stripes">
&nbsp;
</div>


TIA
User avatar
Gold Boarder

GK User
Sun Nov 16, 2014 6:49 am
Ok i have sussed it is default.php, but struggling to find the right location
User avatar
Gold Boarder

teitbite
Wed Nov 19, 2014 2:50 pm
Hi

There is no need to add this this html code anywhere. CSS will be enought. Like this in override.css:

Code: Select all
.nspArt {
background: repeating-linear-gradient(
  -45deg,
  #eee,
  #eee 5px,
  #fff 5px,
  #fff 10px
);
}
User avatar
Moderator


cron