Hi!
I have a rule in my business that i need to register users to show the products price.
Chistian told me to use:
.price{ display:none; !important; }
.logged-in .price { display:inline; !important; }
and it would hide the price for guests but it doesn´t work out, when i use
#top .price{ display:none; !important; }
it hides all the prices but i can´t show again to logged users.
What can i do to show for logged users and hide the prices and cart for guests?
tks!
Fernando Jin














