Actual Title Text Color Does not Match Color Assigned with Customization or CSS
- The topic ‘Actual Title Text Color Does not Match Color Assigned with Customization or CSS’ is closed to new replies.
Need help? Check out our Support site, then
I have assigned the title color orange (FF6600) in the customization area, but it comes out a significantly darker color on the site. At first, I thought this was because of the picture behind it, but I was able to create a tagline underneath it and assign that the same color via CSS and that looked as it should. The website is https://instituteforcriticalsocialinquiry.org.
More generally- it appears in this theme, I basically only have one area that I can assign colors to without having to use CSS- why is that? Why are the other 3 areas (and the background) not available in the customization?
Thanks!
The blog I need help with is: (visible only to logged in users)
Theme doesn’t have a customizer area where you can change colors. I guess you are talking about Custom Colors, correct?
Try this CSS for title with links.
body .entry-title a {
color: #ff6600;
}