Hello Support,
Please can you help me with the css code to change the "Let Us Improve" and "buttons" colors including the hover colors in the following survey link:
https://www.tis.edu.sa/support/feedback/let-us-improve
Note: I have sent this request to the extension developer but it didn't work.
----------------------------------------------
Hi Ahmad,
The colors are rendered by your template bootstrap css file. Please check your template documentation to customize them.
https://www.tis.edu.sa/templates/ensure/css/bootstrap.min.css
If you want to change them manually, you can inspect the elements and apply the css. For example, to customize the button color, use below css
.btn-primary {background-color:
#007bff; border-color: #007bff}
------------------------------------------------
Thanks in advance.
Regards, Ahmad