Post Article Source Text Color

Posted in: Newspaper
Post count: 419

Where do I set the Post Article Source text color?
Please take a look at this Post and see source text (REALTORS® of Puerto Rico) next to Source is not visible.

  • This topic was modified 5 years by mayaguez.
Post count: 35449

Hi,
If I’m right you are using a standard post template and for this is no option in theme panel, sorry, it can be change only with a custom css like this one -> https://i.imgur.com/hSVhoo1.png
.single .td-post-small-box a {
color: #fff;
}

This code need to be set in theme panel> custom code> custom css.
Thank you!

Post count: 419

Got it! Thank you!
Question: Will these custom css codesdisappear each time there is an Upgrade?

Post count: 419

How about the text/box for my Post Categories, how can they look like the Black Pro? Black Pro post categories are boxed in a “yellow amber” or like the Facebook and Twitter title logos bottom my Home Page.

  • This reply was modified 5 years by mayaguez.
Post count: 35449

Hi,
No, all the code that is set in theme panel will still be there after theme update.
What you can do is to use that category cloud template-> https://i.imgur.com/48yzaoO.png from tagDiv Cloud Library or use a custom css -> https://i.imgur.com/vqiOJcY.png
.category .td-category-siblings .td-category a, .td-category-siblings .td-subcat-dropdown {
color: #fff;
}

Hope this will help!

Post count: 419

I did both 1. set the above Template for all categories and 2. the custom css and none work.
Do I still need to edit each Category in the Theme panel?

  • This reply was modified 5 years by mayaguez.
Post count: 419

P.S. When I select each category they are fine but not so in the Posts under Latest Articles – Home Page.

Post count: 18283

Hello !

The latest articles option and related posts come from WordPress not from Newspaper Theme. You can disable it from here as you can see: https://www.screencast.com/t/uzXRgXTiHlH You can disable that and replace it with a Flex block that has more editing options.

Thank you !

Post count: 419

I am referring to the color of the categories in the Posts under Latest Articles – Home Page.
1. The category of Search Puerto Rico Real Estate “Puerto Rico Real Estate”
2. Category> Openings for 2nd Post
3. Category> Incentives for 3rd Post
etc

Post count: 18283

Hello !

Unfortunately I cannot seem to find this categories: https://www.screencast.com/t/iEtdYvtxBMV8 Can you guide me to them please ?

Thank you !

Post count: 419

Home Page Post Categories!
First post category> Openings
Second post category> Puerto Rico Real Estate

How do I get change the text in these catgories?

Post count: 18283

Hello !

So you want to edit this: https://www.screencast.com/t/FdlqoZwCA ?

body .td-container .td-post-category {
background-color:red!important;
color:blue!important;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let us know the result !

Thank you !

Post count: 419

Yes but I would like the background color to be the same as the one on the Black Pro and the text white.
Please correct code.
Thank you

  • This reply was modified 5 years by mayaguez.
Post count: 18283

Hello !

body .td-container .td-post-category {
background-color:rgba(255,163,1,0.5)!important;
color:white!important;
}

You can also check using the inspector and correct the code if you want to try more colors.

Thank you !

Post count: 419

What color is the background in the Black Pro?

Post count: 419

What would be the code if I want the text color=rgba(255,163,1,0.5) but NO Background color?

Post count: 18283

Hello !

If you want the text color without background simply set the background-color:transparent.

Thank you !

Post count: 419

Got it done!
Thank you

Viewing 18 posts - 1 through 18 (of 18 total)
The forum ‘Newspaper’ is closed to new topics and replies.