Hi hbgktrk,
Unfortunately, Newsmag has only the theme panel settings and the post content background is not one of them, there is only a general option for general background.
What it can be done is to use a custom css:
.single .td-container {
background-color: #e6d6e6;
}
This code will apply only to post content.
or
.single{
background-color: #e6d6e6;
}
Will be applied on background
or
.single, .single .td-container {
background-color: #e6d6e6;
}
Will be for entire background of post
The css needs to be set in the theme panel > custom code> custom css.
Thank you!
Ok, I think i fixed it with these css codes:
.single .td-post-date {
color: #bdbdbd;
}
.single .td-icon-comments {
color: #bdbdbd;
}
but I couldn’t fix the comments count I tried this but didn’t work:
.single .td-post-comments {
color: #bdbdbd;
}
RESULT:

Hi, thank you for your all help Calin.
I was actually trying to make “dark mode” in my own right but I understand that it needs time so I decided to use Dark Mode plugin but I didn’t like it plus it slows down speed (according to pagespeed & gtmetrix records it goes down 95-90 to 70)
Because of that, I kindly request official Dark Mode from TagDiv devs for the theme. I hope you have guys work on it. Thanks again for everything.
Hi,
The default fonts are loaded in the theme files. If you want to use your own fonts, you can do this by using the custom fonts – https://forum.tagdiv.com/newsmag-using-custom-fonts/
If you want, I can help you change the website color to dark, all I need is a link to the site.
Unfortunately, the dark mode plugin is not ready at the moment, it has been set to “pending” since a few updates back, unfortunately, I don’t know why, sorry.