Changing font color for "trending_now_post"

Posted in: Newspaper
Post count: 53

Hi,

Can’t figure out how to change font color in post title using custom CSS… Sorry, tried very hard but no luck.

Thanks.

Post count: 22421

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!

Post count: 53

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.
Post count: 22421

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.

Post count: 53

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!

Post count: 22421

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.

Post count: 53

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!

Post count: 7909

Hi,

You can change the length of the article title for Newsticker, please check Theme Panel > Excerpts – http://screencast.com/t/nuKOpqLPZQO

Thanks!

Post count: 53

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!

Post count: 22421

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!

Post count: 53

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.

Post count: 7909

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!

Post count: 53

Hi,

I will send login credentials via email.

Thanks!

Post count: 7909

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!

Post count: 53

Hi,

Just checking how things are going with this request?
Thanks for the great support…

Post count: 22421

Hello,

Your request was answered yesterday by Lucian: http://screencast.com/t/rw6XY7M99

Thanks.

Post count: 53

Thanks a lot!
Please close ticket.

Viewing 17 posts - 1 through 17 (of 17 total)
You must be logged in to reply to this topic.