Hi,
Can’t figure out how to change font color in post title using custom CSS… Sorry, tried very hard but no luck.
Thanks.
Hi,
You can use this code you can change the post title on all posts.
.td-post-title .entry-title{
color:red;
}
If you want to target a specific post, you need to use the post ID.
For example my post id is 1196: http://screencast.com/t/gidrdLL3kkC so i would use the code like so to target just this post:
#post-1196 .entry-title{
color:red;
}
I hope this helps.
Thank you!
Hi,
Thanks for the feedback. but I only want to change the text color for “trending_now_post” post title only, not for all posts. I do not want to change text color for a specific post.
Thanks again!
-
This reply was modified 10 years by
Radu.
If you mean the news ticker: http://screencast.com/t/I4NhlzTvo, you can change the title color and background color like so:
.td-trending-now-title{
background-color:red;
color:yellow;
}
The image you posted requires a username and password to view so i’m not sure this is what you mean.
Thanks.
Hi, Thanks again.
We still don’t understand each other.
I meant to say:
how to change the text color for “Things you may have missed over the weekend“. I want to change the post title to another color (from black).
Thanks!
Hi,
I think you mean the post titles from the trending now ticker. http://screencast.com/t/OvSFeHSQ
Use this css to change them.
.td_module_trending_now h3 > a{
color:#4caf50;
}
I hope i got it right this time.
Thanks.
Hi,
Perfect! It works now. Thanks!
Would like to ask the following:
– How to display ALL the “post title” TEXT from the trending now ticker? I do not want to truncate.
Thanks again!
Hi,
You can change the length of the article title for Newsticker, please check Theme Panel > Excerpts – http://screencast.com/t/nuKOpqLPZQO
Thanks!
Hi,
Tried that before. Changed Excerpt length to 35, post title still got truncated… Is there another way?
I really do not want to modify the source code.
Thanks!
Hi,
Please make sure you set your excerpt length in words not letters: http://screencast.com/t/slEst4Aq40d3 because, 35 letters is still to low.
Thank you!
Hi,
I agree with your settings. I have the following settings:
EXCERPTS TYPE: Words
TITLE LENGTH (Trending now module) : 60.
Still does not work. The demo post title to display in full (all words): has 21 words (exact words count).
Thanks again.
Hi,
Please provide your site url so we can take a look.
I have tested the excerpt for Trending now module an it work like it should be. The article title, even if it is long it will be displayed in the available space – http://screencast.com/t/z5WD5wtl1pYX
Thanks!
Hi,
If you will send an email, please paste a link to this conversation so we can know who you are and what your issue is.
Thanks!
Hi,
Just checking how things are going with this request?
Thanks for the great support…
