I am using a black theme and the body text of the author box is invision because the font text is dark. Also, the excerpts are dark and invisible.
Hello !
Please use this css code: .author-box-wrap .td-social-icon-wrap .td-icon-font {
color: white;
}
.td-author-url a {
color:white;
}
.td-author-name a {
color:white;
}
.td-post-next-prev-content a {
color:white;
}
.author-box-wrap .desc {
color:white;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
color:white;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Both of these worked. Usually the font on the black Newspaper theme defaults to white. I just added a widget to the sidebar and the description is in white. Also, the font in pages that I create do not automatically appear white. Is there perhaps a setting that I am missing that should be set to white font for a black theme?
Some of the theme’s social media links at the bottom of articles are invisible because it is a dark font (see Linkedin and email links at https://atlantachristianvoice.com/wp-content/uploads/2020/10/Screen-Shot-2020-10-24-at-9.24.45-AM.png)
Hi,
For the conversation section, you can use this custom css -> https://i.imgur.com/HBPcKDQ.png
.wpdiscuz-widgets-content> * {
color: #fff!important;
}
Also for social you can use this code -> https://i.imgur.com/3jdu6F3.png
.td-post-sharing-visible .td-social-mail .td-social-but-text{
color: gray;
}
.td-ps-icon-bg .td-social-mail .td-social-but-icon{
background: gray;
{
Hope this will help you!
Thank you!
Thank you so much for you help! I wish there was a universal setting to change the default font to white.
The link text in this widget is not visible when it is not on hover: https://atlantachristianvoice.com/wp-content/uploads/2020/10/Screen-Shot-2020-10-26-at-4.50.17-PM.png.
Also, the text in the conversation section is not visible in the Active Comments section: https://atlantachristianvoice.com/wp-content/uploads/2020/10/Screen-Shot-2020-10-26-at-4.50.43-PM.png
When I pasted the content to the Newspaper Code section I got a warning message: https://atlantachristianvoice.com/wp-content/uploads/2020/10/Screen-Shot-2020-10-26-at-4.56.07-PM.png
Thank you.
I have every possible text setting in the Newspaper Theme panel set to white text and the default is still coming up grey. Please see the description text under the image. https://atlantachristianvoice.com/wp-content/uploads/2020/10/Screen-Shot-2020-10-27-at-7.26.48-AM.png
Hi,
Yes, there is a warning because in that code is use an element that is select all elements * not only individual elements.
Please try this custom css -> https://i.imgur.com/FNdkIgj.png
.widget .wpdiscuz-widgets-content a {
color: unset;
}
For the problem with default fonts to be white -> https://i.imgur.com/aJtyWUO.jpg now you are using a standard post template then you can use only theme panel settings -> https://i.imgur.com/1V8EaKQ.png or custom css -> https://i.imgur.com/PMyj1gb.png
.single .wp-caption-text, .wp-caption-dd, .single .td-post-author-name, .single .td-post-date{
color: #fff;
}
if you choose to use a single poste template from tagDiv cloud library, you can edit it with tagDiv composer and you can adjust all the colors.
Hope this will help you!
Hello,
You need to make changes in the theme files, which is not recommended. You can create your module and here you can set paragraph on the excerpt -> https://i.imgur.com/rX2M0bE.png -> https://forum.tagdiv.com/modules-builder-newspaper-theme/ -> https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Thank you!
Hi,
What block do you use here https://i.imgur.com/GF5qM1v.png is a posts loop? I see that you have remove the class of the block.
Thank you!
I want to show <p class=”td-excerpt”> instead of <div class=”td-excerpt”>
[Show plain text only]
Hello,
This is the path wp-content\plugins\td-standard-pack\Newspaper\includes\modules\td_module_16.php -> and change this https://i.imgur.com/dzYZdFd.png
Thank you!
