Font Color Doesn't Change Based on Code
-
I’ve added the following code for a call to action button (Business Identity theme) and the font won’t change color to white, can you help?
.call-to-action {
color: #ffffff;
background-color: #66a366;
font-weight: bold;
}Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the call to action button in your top image, I see you have set a color using a “style” attribute in the code in the content. That can’t be overridden by CSS.
On the Schedule section toward the bottom, I’m seeing this custom CSS
.special-offer .call-to-action { background-color: #800040; color: #fff; font-weight: 700; }which is being applied.
Let me know if you are talking about a different call to action button.
- The topic ‘Font Color Doesn't Change Based on Code’ is closed to new replies.