Title text color
-
Can I change the default color of the title text with css? And another question, I use this code to change “read more” button color:
.pt-cv-readmore {
color: YOUR_COLOR !important;
background-color: YOUR_COLOR !important;
border: none !important;
}
but the color I want isn’t listed. Is it possible to change with RGB instead?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Title text color’ is closed to new replies.