Seperate "bulk" settings for parameters.

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Sat Feb 05, 2011 5:21 pm
Im displaying my products in NSP with four content elements, i have image, headline, text, and price, in this order from top to tow.

However, i have notices that the -

Code: Select all
.nsp_art div


- parameter apply to both the text and the price. So if i want to change the font, color or font weight of the price alone, i can not, because the parameters i edit in "gk_stuff .nsp_art div" apply to both price and text.

My question is, can i separate these, and edit the text with one set of parameters, and price with another?
User avatar
Expert Boarder

GK User
Sat Feb 05, 2011 8:21 pm
Hi

Not exactly.
You can style with your own colour on price.
If you are using VM products, use this class:
Code: Select all
.nsp_art span.nsp_vm_price {color: #1dda38}

If you are using K2store products, use this one:
Code: Select all
.nsp_art span.nsp_k2store_price {color: #1dda38}


If it doesn't change colour, !important rule might be needed like this:
Code: Select all
.nsp_art span.nsp_k2store_price {color: #1dda38!important}


Cheers ;)
User avatar
Platinum Boarder


cron