Changing Blog Post Titles' Color
-
Hello… I’m building a website and I love the Origin theme, I just can’t figure out how to change the color of the blog post titles. I have a dark background, and the dark color of the text makes it very difficult to read…
The website is: alexjonesbooks.com
The current custom CSS is:
.find-box-search,.find-box-buttons {
background-color: #f7f7f7;
color: #e6e6e6;
border-top: 1px solid #ddd;
}.find-box-head {
color: #e6e6e6;
}.page-numbers:hover {
border-color: #e6e6e6;
}#header .description {
text-decoration: none;
color: #e6e6e6;
}I’ve worked with CSS years ago, but I don’t remember a lot of finer-tune stuff… I’m pretty much shooting in the dark! Thanks in advance for any tips, tricks or fixes.
- The topic ‘Changing Blog Post Titles' Color’ is closed to new replies.