I know it is possible to assign a Class to a menu Item then work on the CSS that way to restrict the commands, but from what I understand, that means that I would need to create a class for each K2 Item or the other way around; for evey view that is NOT a K2 Item.
I was wondering if there was a way that I am not aware of (probably as I am merely a beginner in CSS).
Here is what I need to do inside K2 Item Layout View, but this will affect all .itemImage, .itemImageBlock views.:
- Code: Select all
/* Image Item Resize */
.itemImage, .itemImageBlock {
max-width: 75% !important;
margin-left: 20%;
}
.k2store .product_price {
margin-top: -225%;
}
Link to item example: http://gator4199.hostgator.com/~lgt2015 ... -oz-355-ml
Link to Category view: http://gator4199.hostgator.com/~lgt2015/cosmetics
Thank you,
Regards