Seems my code is incorrect. What would be the correct code for RGB?
Now I use this code:
.pt-cv-readmore {
color: white !important;
background-color: steelblue !important;
border: none !important;
}
But when I type RGB 33,77,116 instead steelblue, I get error message “Expected (<color>) but found ‘RGB 33,77,116’ “