How to disable *Add Your Review* in joomlart product

Hi Joomart magento admin,

Can you teach me how to disable *Add Your Review* function on Joomlart product and Quick review?

I have to use the disable plugin method , but the Price and Title layout will change to dirty structure.

How to fix it?

Thanks!

1 answer

Profile photo of nickydg 0.00 $tone December 16, 2013
Public

Hi Leosophy,

You can hide *Add Your Review* by using additional CSS code:

.ratings .rating-links {
display: none;
}

to the end of this file /skin/frontend/default/jm_crafts/css/styles.css

Regards,
NamDG

#1

Please login or Register to Submit Answer

Written By

Comments