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!
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!
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 !
Hello !
Unfortunately I cannot seem to find this categories: https://www.screencast.com/t/iEtdYvtxBMV8 Can you guide me to them please ?
Thank you !
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?
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 !
