Using Black Theme Body text invisible

Posted in: Newspaper
Post count: 189

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.

https://atlantachristianvoice.com

Post count: 18283

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 !

Post count: 189

Thank you. That worked.

Post count: 189

That worked for the author box, but the excerpt text is still grey and hard to read. Could you tell me, please, how to make that text whiter?

Post count: 18283

Hello !

For that please add this code too: .td-excerpt {
color:white;
}

Thank you !

Post count: 189

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?

Post count: 189

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)

Post count: 35449

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!

Post count: 189

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.

Post count: 189

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

Post count: 35449

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!

Post count: 205

In <div class=”td-excerpt”> I just want to display between <p> and </p> for Newspaper WordPress theme

Post count: 205

CSS and JS styles show via the “Stackable – Gutenberg Blocks” plugin in the font end <div class=”td-excerpt”>
How can I fix this? I want to show text between the <p> and </p>

Post count: 27744

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!

Post count: 205

Thanks for the replay.
But I don’t use Cloud.
Suggest functions.php code or any other idea…

Post count: 205

I want to show <p> class=”td-excerpt”> instead of <div class=”td-excerpt”>

Post count: 205

I want to show <p class=”td-excerpt”> instead of <div class=”td-excerpt”>
[Show plain text only]

Post count: 27744

Hello,

Please provide the link to your website.

Thank you!

Post count: 205
Post count: 27744

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!

Post count: 205

https://imgur.com/It8Pthc

I want to show <p class=”td-excerpt”> instead of <div class=”td-excerpt”>
[Show plain text only]

Post count: 27744

Ok, you need to do the changes in the theme files, but I need to know what block is there, block 1, posts loop or what.

Post count: 205

I have no idea
You have to see in source code

Post count: 205

Don’t worry, I have a full backup
I will do it at my risk.
You have to suggest functions.php code without changing theme files…

Post count: 27744

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!

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