simberak Posted September 14, 2016 Share Posted September 14, 2016 Hello, could somebody help how to remove that "Cancel rating" button in popup window where customers can add the review? Thank you very much Link to comment Share on other sites More sharing options...
rocky Posted September 15, 2016 Share Posted September 15, 2016 Find the following at about line 7086 of themes/default-bootstrap/css/global.css: .cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; } Change it to: .cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; display: none; } Link to comment Share on other sites More sharing options...
simberak Posted September 15, 2016 Author Share Posted September 15, 2016 Oh thanks, so easy! Why I want to make it always through the tpl files :DDD 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now