css code or html code
Hello!
You could fix it with some CSS code. For example:
.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not([class*="has-background"]) {
background-color: #fff;
color:red;}
Thank you!
Hello!
Here is the CSS code:
.entry-title a:hover {
color: red !important;}
.td-footer-wrapper .td-module-meta-info .td-post-date {
color: blue;}
Thank you!
Hi.
We’re getting the following security errors? I assume these are theme files, yes?
—
Malware Scan identified 4 issue(s) on https://okobserver.org. The identified issue(s) is/are listed below.
File Issue
editor-rtl.css /var/web/site/public_html/wp-includes/blocks/block/editor-rtl.css Unknown file in WordPress core
editor-rtl.min.css /var/web/site/public_html/wp-includes/blocks/block/editor-rtl.min.css Unknown file in WordPress core
editor.css /var/web/site/public_html/wp-includes/blocks/block/editor.css Unknown file in WordPress core
editor.min.css /var/web/site/public_html/wp-includes/blocks/block/editor.min.css Unknown file in WordPress core
—
Can you please assist?
Thanks.
Yes that worked perfectly! Thank you.
Just one more thing on this – I also notice that the articles listed in the footer under ‘Editors Picks’ and ‘Popular Posts’ – the date of each post is also not the correct color – could you give me the css code to change those too?
Also the hover color on the article headings under ‘Editors Picks’ and ‘Popular Posts’ in the footer are also the wrong color.
Hello!
Please add this CSS code in the theme panel settings -> custom code -> custom css:
.footer-email-wrap a {
color: red !important;}
Thank you!
Hi, when using a block, for instance, Flex Block 1, and at Layout selecting the “Show Button” to “Show”, it displays the button below image and above the Title and the Excerpt. Is there a way to move the button above the title? I tried with css but it doesn’t look right moving it so much up. Please advice. TY
ok, seems to be, as my problem is solved – but in the custom css the code you send me: the words “body” and “img” are red colored with a red brake icon on the left side outside the code … is this a problem for the future?
Good morning,
can you help me, maybe with a css code, how I can set the review stars color in yellow?
I only can set this color in the Flex Block 1, but in this Case on my index Page, I need the Flex block X.

Thank you!
KR
Hello,
Please use this code body.td-animation-stack-type0 .post img:not(.woocommerce-product-gallery img):not(.rs-pzimg)
{
opacity: 1;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
Hello,
As @simchris mentioned, you can view the topics you created on your profile. Also, this is the topic I believe you are referring to -> https://forum.tagdiv.com/topic/the-theme-is-missing-the-style-css-stylesheet-5/
Thank you!
Hi folks:
in case you notice this; we have seen a bug in latest edition of WordPress which causes the category selector on post edit page to show entire list of all categories vs just a selection you can scroll throuugh. Seems irrelevant as to theme, and unrelated to our sites running php 7.4x or 8.2x.
The fix for us at the moment vs rolling back to 6.5.5, was to install
the Admin CSS MU plugin to quickly add this CSS:
div#categorydiv.postbox {
height: 600px;
}
div#category-all.tabs-panel {
height: 480px;
}
Hmm, it looks that you are using the mobile theme plugin and this was why the general code was not apply.
From what I se now you’ll need just one small edit, please add this css :
you can add the width in this code
.td-main-menu-logo img {
max-height: 100px;
bottom: unset;
width: 100%;
}
#td-outer-wrap .td-header-wrap {
height: 100px;
}
This should make the logo look the same as on desktop.
Hi Calin,
I’m using style 6 for every post.
If using this css, post using style 6 cannot display as normal.
Do you have any ideas?
Hi baldodavi, if you can provide a link to your website I can create the css base on your website needs, the one above is a general css.
Thank you!
Hello!
Please check each tab in the element settings, including the CSS one. If all the settings are the same, then please check if there is not a plugin conflict there or any other CSS code that overrides it.
Thank you!
Hello,
This can be adjusted using this custom css:
.single.single_template_6 .td-header-wrap {
height: auto;
}
This code should be set in the theme panel > custom code> custom css -https://i.imgur.com/QjCPQQT.png
I hope will help you!
Calin,
thanks for your answer.
I hope in a customization without code: customize logo using css is really hard and involve some other part of HTML and a lot of work. Your code does no changes.
About the second part seems your code, no changes again.
Can I try something else?
David.
Hello,
The mobile logo can be edited only with a custom css, you can try this code:
.td-main-menu-logo img {
width: 150px;
}
The code should be set in the theme panel > custom code> advance css > phone section.
TO hide the mobile and search on mobile you’ll need to use this custom css:
#td-top-mobile-toggle, .td-search-wrapper {
display: none;
}
The code should be set in the same place as the first one.
I hope this will help you!
Hello,
You need to update the theme, you should download the latest version of it from the Theme Forest account and download it.
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
If you want, you can contact our custom work team here, and they can help you update the theme safely: https://tagdiv.com/premium-customization-services/
Thank you!
Either I am not able to explain it to you or my question is wrong. I followed the instructions you gave me but I did not get the Google News option. Can we customize the Google News icon in this theme? If we can, then share its HTML or CSS code.
-
This reply was modified 2 years by
urishtaujjain.
please check-https://tinyurl.com/24plmlhm
Either I am not able to explain it to you or my question is wrong. I followed the instructions you gave me but I did not get the Google News option. Can we customize the Google News icon in this theme? If we can, then share its HTML or CSS code.
Is it possible to customize the form and list the reviews?
I’m interested in giving the user the ability to enter the name,email and a text (I don’t care if they enter the title) and stars. So compared to the form you put now I would like to see if it is possible to remove the title.
And then in the review list that you don’t show me the date and Overall entry (maybe I can hide this via css )
I have run many Lighthouse reports (homepage, articles) both for Desktop and Mobile.
I got low results on performance and many of the complains of the report are related to JS and CSS from the Newspaper theme.
Please advice.
Hello,
For this error please check this guide – Theme is missing the style.css stylesheet error most of the time is because you upload the wrong zip.
Thank you!