I am looking for this div:
<div class="nspArt nspCol4" style="padding:0 14px;">
The module that this piece of html goes to is on the homepage of the template. This is the latest offers module.
<div class="nspArt nspCol<?php echo $this->config['news_column']; ?>" style="<?php echo $style; ?>">
normanUK wrote:If you are asking where this is generated then it is as follows.
File: modules/mod_news_pro_gk4/tmpl/content.php
Line: 74
- Code: Select all
<div class="nspArt nspCol<?php echo $this->config['news_column']; ?>" style="<?php echo $style; ?>">
See you around...
normanUK wrote:From our demo site http://demo.gavick.com/joomla25/bikestore/ as an example, are you trying to change text color on product names in this module.
Such as: Zaffiro Pro Slick, Ordu GDi2
.nspArt h4.nspHeader a { color: #000000; }