Hi
I am trying to add a box shaddow to the images in the product category listing.
.ty-grid-list__image
I am using my changes addon which is working perfectly as I have added this rule to a number of different elements on the site.
My CSS is correct and shows the desired result when added in firebug.
But the changes are not reflected when uploaded and cache is cleared.
Other changes made will show.
I am guessing some other css is cascading and doing away with my css but I can not find it.
Regards
Alan
You didn't mention whether you cleared your browser cache. Shouldn't be necessary, but sometimes helps.
Also, you might have to apply the '!important' modifier if another property is getting precedence over your changes. I've found that many adjustments to the 'ty-' classes required me to do so.
You didn't mention whether you cleared your browser cache. Shouldn't be necessary, but sometimes helps.
Also, you might have to apply the '!important' modifier if another property is getting precedence over your changes. I've found that many adjustments to the 'ty-' classes required me to do so.
Hi tbirnseth
Thanks for that, I did clear my browser cache, and I have a lot of other changes in style.less that are working and changing no problem. I will try your suggestion in a whil and see does it work.
Regards
Alan
Hi
Worked prefectly, I am able to make the changes I wanted thanks for the help tbirnseth