Change Date Block Color and Slider Title Color
-
I like the graphene theme and the flexibility it allows. I read through several pages of the forum and couldn’t find an answer to my question.
I recently changed colors but can’t seem to find where to change the slider title color and the date block color. Is there a way to do it without having to alter the code?
http://www.KatherinesCorner.com
I look forward to your reply.
Warmly, Katherine
Title Color:
https://cdn.anonfiles.com/1415035543710.png
.slider_post h2 a, .slider_post h2 a:visited {
font: 26px georgia;
color: #ff8000;
}Add a color value and use whatever color you want.
Date Block:
.post .date {
background: none repeat scroll 0% 0% #5A3452;
border-radius: 5px;
border: 2px solid #5A3452;
}Keep in mind to change the border color aswell if you don’t want a seperation between background and border. Also, below that color there is the original date icon which looks like this:
https://cdn.anonfiles.com/1415036004801.png
Just so you know. Maybe someone else put a color above it without you knowing. 😉
Thank you Anonymous, I appreciate your time and the fact that you went to my site means a lot to me. Unfortunately I have no idea how to alter code ( sad face) .I only know how to make changes from the graphene options area. But thank you again,
Be Well, Katherine
Just add it to your child themes style.css file.
If you don’t know what a child theme is just google it. It’s basically a copy of the original theme where you can appl all the changes without messing up the original theme in case of updates or errors.
Mod
For small amounts of code, you can simply copy and paste what @Anonymous has posted above into Graphene’s custom CSS option:
Graphene Options >> Display Options >> Custom CSS (way at the bottom)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
