Triton Lite theme-changing main page title font color on SOME posts
-
Hello,
I would like to change the color of some post titles on the main page. Is this possible? If so, could you tell me the CSS code?
Thanks!!
The blog I need help with is: (visible only to logged in users)
-
I’m going to assume you mean for specific tags or categories (like last time). The code is similar, here’s an example for the konserter category posts:
.home .category-konserter .postitle a { color:red; } -
thank you hallluke!
I wanted to change the color because when the title is on top of an image, and depending on the color of the image, the title is hard to read. I’ve done it like this:.home .tag-carlos-vermut .postitle a {
color: blue;
}But nothing changed. Is it correct?
-
I’m slightly confused because there aren’t any post titles on top of images on your home page. All the titles are between the featured image and the excerpt.
Do you have any posts with that tag on your home page? If I change it to a different tag (as shown below) the code works:
.home .tag-marta-gil .postitle a { color:blue } -
great! yeah, it works. I had a post slider until this morning, but I just took it off. The title appeared on top of the slider image, and it wouldn’t change color with this code :(
- The topic ‘Triton Lite theme-changing main page title font color on SOME posts’ is closed to new replies.