- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hello wuche,
You should use a bit of CSS code to change the color of it. Try the code below and place it in Theme panel -> Custom CSS area.
.td_block_big_grid_1 .td-post-author-name a{
color:red!important;
}
.td_block_big_grid_1 .td-post-date, span{
color:red!important;
}
The result is here -> https://www.screencast.com/t/h2Pt647AAOky
Thanks.
Hello,
This sees to be a line height misalignment. If you have any at all line-height changes, please revert them to default. If it;ls a custom css modification made, please make your code more specific so it will not affect multiple elements.
The element requires a line height of 24 px.
Here is a css code to fix it but it is is better to identify the source of the problem rather then just rewriting it with another css code:
.td-head-form-search-wrap{
line-height: 24px;
}
Thank you!
Hello,
Please add this code in the theme panl-> custom css box:
.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after{
display:none;
}
Thanks.
Hello saldesign,
Please keep in mind that this is the default Video Playlist behavior when it is used in the 2/3+/1/3 layout. It will fit all the theme width and the video will be displayed in full-width of theme without any padding and margins, like this -> https://www.screencast.com/t/H6q3zasv
If you need more adjustments in this regard, please notice that you should do that yourself with some CSS custom code because we cannot provide such customs services at the moment, sorry!
Thanks for your understanding!
Hello,
Unfortunately style.css is changed on every update. You will not be able to keep your customized file and use it on another theme version as it will require the new code to function properly. There is no update proof method of customizing the theme files. Sorry. As an alternative to editing style.css you can try to increase your site loading speed or remove style.css from speed booster so the style does not get moved to the footer. https://www.screencast.com/t/ygx12ohW0V
Thank you!
Hi,
Please provide a link to your site so i can insect the element and provide the proper code as there seems to be a css applied to it specifically that prevents the theme settings from applying.
Thank you!
Normal semantic markup for the H tag is to be a “headline” not a single “element.” So, in semantic markup a dropcap should not be an H tag and cannot be inside a P paragraph tag.
Having an H tag for SEO inside a P tag would break that value due to incorrect usage of modern HTML and markup and generate errors on Google validation and other tools.
Generally you would need to stack classes, such as
for the drop cap, do
<div class="h3 h3dropcap">Puppy mills </div><p class="pdropcap">are bad, and should be banned.</p>
and then setup custom css for ‘h3dropcap’ and ‘pdropcap’ to adjust desired margin height/width and be relative larger em size and baseline align to top. You basically need to “roll your own” for anything not included with the theme, such as this, or hire a developer.
Basic CSS, but you need to do it yourself, TagDiv can’t write CSS for you, and generally won’t help you write “bad” HTML, either 😉
(( Just my opinion. I don’t work here. ))
Hi team,
I have installed WordPress on xamp and trying to upload the theme but failed.the reason it is showing is style.css is missing please help me.
Thanks
Hi,
When designing a page, if we want to style a block with background black; we are unable to style the post title in a different color.
In the block it says h3 class is being called “entry-title td-module-title” but be are unable to change it via the box Style particular content element differently – add a class name and refer to it in custom CSS
if we change for the module eg block 5 it affects all the block 5 usage on that page rather than that particular block
Please suggest
hi,
i try many things (regenerate thumbs, change options of images in woo, some css tweaks…), but no luck.
How can i do than all my product in list (and on product page) looks like
https://esthederm.in.ua/product/osvetlyayushhijj-nochnojj-krem-esthe-white-50ml/
or
https://esthederm.in.ua/product/dnevnojj-zashhitnyjj-krem-siti-krem-30ml/
or
https://esthederm.in.ua/product/koncentrat-molodosti-cyclo-system-50ml/
BUT NOT like
https://esthederm.in.ua/product/sprejj-zashhita-bez-filtrov-i-ehkranov-ot-uv-vozdejjstviya-100ml/
or
https://esthederm.in.ua/product/uv-zashhita-spf-50-30ml/
You are correct, but I am not an experienced coder. I must be doing something wrong. I believe the change should be made in the CSS below. Could you show me exactly what to add or change in the CSS below if this is the correct CSS and if not please advise. Thank you!!!
Default Post Template
*/
.td-post-content p:empty {
display: none;
}
.td-post-featured-image {
position: relative;
}
.td-post-featured-image img {
display: block;
margin-bottom: 26px;
width: 100%;
}
.td-post-featured-image .wp-caption-text {
margin-bottom: 26px;
z-index: 1;
}
I know its possible by custom css, but the Background Tab in Theme Options should also have option to set background color there. Its required for non-repeating backgrounds like click ads. And as this is background related it should be placed in the Tab option.
Kind regards
in Style.css
body,
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: 21px;
}
May I add my Chinese fonts here?
I’m not sure you can except possibly removing the mobile “viewport” sizes in the style.css as with any theme.
However, theme is sold as “responsive” and Google prefers you have a mobile friendly site, so “bad” to not be responsive, unless you’re perhaps using some kind of re-write plugin for mobile instead.
You can try removing the small viewport elements in the style.css file, as most likely solution. But, TagDiv might have better answer 🙂
(( I don’t work here. ))
When you click the magnifying glass on desktop, the search button is not in the right position.
I attach a picture with NO custom CSS on the theme:
This picture is with custom CSS on the theme:
The website where the problem occurs is https:desdelaraiz.com/webnova
Thank you.
Hi! Maybe I don’t understand very good. If I rewrite my style.css with my custom styles the system would read it quickly and don’t show the default template because would not find the default styles and only my new styles. If this is so, could I save a backup of the style.css file every time I update the template and thus keep the new styles inside style.css?
Now I have to update the template and this should not a problem if I save the original style.css file (just in case)
Hi,
That is how the modules look on that particular demo – https://demo.tagdiv.com/newspaper_recipes/ and it was a design choice for this demo
If you would like to enable the meta for the modules you can use this code
– https://www.screencast.com/t/0OcBxOD1k
You must enter the code in Theme panel->Custom Css
.td-recipes .td_module_wrap .td-module-meta-info {
display: block;
}
Thanks
Hi,
1. I do not know why you want to change the font properties for the text in the social sharing, and then remove it, maybe I am not understanding something.
For the comments section you could try something like this – https://www.screencast.com/t/rl5Cw0kz or separate the code in different styles for each of the elements
.td-comments-title.block-title,
.comment-reply-title {
font-style: italic;
font-weight: 800;
font-family: "Times New Roman", Georgia, Serif;
}
2.1 You could center the bottom sharing section with a code like this – https://www.screencast.com/t/8jCQFwf2
This is the code used, it must be entered in Theme panel->Custom Css
.td-post-sharing-bottom {
text-align: center;
}
2.2 To remove those sharing options please follow this topic – https://forum.tagdiv.com/topic/remove-some-social-icons-from-share-section-in-post/
2.3 If you would like to remove the text you could do it directly in the theme file mentioned in the topic provided above – https://www.screencast.com/t/FqWDoxZMUXY or with this css – https://www.screencast.com/t/LvHjm5GzWp
This is the code if you choose to do it this way
.td-post-sharing-bottom
.td-social-but-text {
display: none;
}
2.4 I do not know exactly how you want it to be. On smaller devices the only difference after making all the changes provided above, will be that the WhatsApp social. If you want it to display at all times you could do it like this – https://www.screencast.com/t/6KLjhtQVSaK
If you could provide more information about this last step, I will try to give you a solution.
.td-post-sharing-bottom
.td-social-whatsapp {
display: inline-block!important;
margin-left: 10px;
}
Thanks
Cool!
Thanks
Hope you will add that and the pop in photos images in the next update beacause my theme add a huge CSS Custom adds through years! 😉
Regards
Hello kdannay,
Use the code below and place it in Theme panel->Custom CSS area.
.td-icon-search{
display:none!important;
}
Thanks.
Hello,
The related articles font can be changed from the theme panel like so: https://www.screencast.com/t/DVHvDwCP
As for the social icons, they can only be removed from the theme code or hidden with css.
From the code you must delete this line: https://www.screencast.com/t/FH177UcssT
Or the css method:
add this code in the theme panel-> custom css box:
.td-social-pinterest{
display:none!important;
}
Thank you!
Hello,
Please add this code in the theme panel-> custom css box:
#buddypress input[type=submit]:hover{
background-color: #f49d00!important;
}
Thank you!
Hello,
The speedbooster plugin will move the css to the footer of the site. That means it will load last and you will be able to see the original css before the theme panel css loads. In order to prevent this you can either remove the style.css from the speedbooster code: https://www.screencast.com/t/ygx12ohW0V or change the colors directly in style.css
Thank you!
Hello,
Please use this custom css in the theme panel-> custom css box:
.woocommerce-loop-product__title{
line-height:15px!important;
}
Thank you!
Hello,
Maybe you have a custom css on your site that interferes with the code I provided above. Please provide a link to your site so I can inspect it.
Thank you!