This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Change approval box color
#1

I'm trying to change the color of the box when a user submits a new comment.

I have approval turned on and no preview...so as soon as someone submits something they get the approval box at the top saying "Thank You, your comment is submitted for approval".

I can change the color of the text, but I can't figure out where to change the color of the box - from Green to something else (green conflicts with my page colors).
Reply
#2

Hi,

Change this bit in the stylesheet:

.approval_box {
position: relative;
float: left;
padding: 5px;
width: auto;
border: 2px solid #006400;
color: #006400;
overflow: auto;
}

Have you completed the interview?
Reply
#3

Thanks...no idea how I missed that...I actually edited that portion once already. Smile
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
21-Feb-2019, 09:02 AM
Last Post by boonie67
08-Sep-2018, 03:05 PM
Last Post by besric
03-Mar-2016, 10:22 PM
Last Post by mariank
30-Dec-2013, 11:34 AM
Last Post by fatfreddy
10-Sep-2013, 03:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)