Change background color in free comments module

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 

Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment