The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Edit a forum CSS colors
Hello,
I have this forum : https://transactionbourse.com/vanilla
I just want to change the blue colors (the blue button on the left and the blue DIV on the top).
I am a complete newbie in CSS, so I tried with the following code for the button but it doesn’t work :
.BoxButtons .Button.Primary:hover { background: #ef4126; border-color: #ef4126; }
Can somebody helps me?
Thank you very much :)