Hello, I have installed the Prestashop module Free product reviews (comments). The pop-up window appears with a white background. In which module file can I correct it to have a blue background? Thank you very much for the module and for your support.
Hello,
the file to alter is:
/modules/myprestacomments/myprestacomments.css
you can find there code that assign styles to comment form:
#new_comment_form {
width: 585px;
color: #333;
text-align: left;
background-color: #fff
}
parameter you have to change is: background-color: #fff
to set it to blue change it to background-color: #0000FF
0 comments:
Post a Comment