Search Results for 'browser inspector'

Results from the Forum
Calin
tagDiv Staff

Hi,

Yes, you can display/hide the date but not for category, these settings need to be apply on modules (this is working only on flex elements ->https://i.imgur.com/1Hm64FA.jpg -> https://i.imgur.com/bK9X6Q2.png), to achieve this on category you need to use a custom css.

Thank you for your understanding!

Thank you!

Calin
tagDiv Staff

Hi,

That is the “Recent Posts” element from widgets. That widgets in gadget demo has an extra class that make it to look like that also the gadget demo has an extra class in -> https://i.imgur.com/AR4IZx5.png these are working only when you have install that version or using custom css.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately we can not provide support on Team Viewer, only on email and this forum.
As I can see you need to set the background for that module to be transparent, for this you need to use a custom css, if you can set live the website, I can help you with this.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately Newsmag theme do not has this option, indeed you can try some custom css to increase the width, but the blacks, grids will not adapt to the new dimension, only flex block can adapt.

Thank you!

Calin
tagDiv Staff

Hi,

This can be achieve only with custom css also is look that you change the module -> https://i.imgur.com/LvMMsAE.png

Thank you!

Calin
tagDiv Staff

Hi GMusic,

For mobile theme plugin you can use the settings from theme panel, these will be apply on mobile theme as on standard templates -> https://i.imgur.com/EXnvjpD.png -> https://i.imgur.com/AUEkZMt.png or using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If this is not what you mean, please provide some more details.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is only a general option that will apply for all posts -> https://i.imgur.com/00c9J7H.png
The only way that you can hide several individual posts is to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ here is an example of code that is using the post id https://i.imgur.com/qHoP7Ve.png -> https://i.imgur.com/fAze6Sv.png

Thank you!

Calin
tagDiv Staff

Hi,

So you are using the header style 12 and you are trying to change the the header color and this is not changes? there can be 2 possibilities:
1. There is set a a class on the body in theme panel that is overwriting the theme panel settings -> https://i.imgur.com/XiIqyUv.png
2. There is a custom header that has a strong css and this can not be overwrite be the settings from theme panel.

As a solution to change this color, you can use custom css, also if you provide a link where I can inspect this header I can provide a better answer.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no option in our theme on this element, but you can use a custom css like this one -> https://i.imgur.com/lgaOGqJ.png
.td_block_image_box .td-custom-title {
top: 85%;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately that can be adjusted only with custom css, if you need help with this, let me know, also provide a link where I can check the elements you want to be closer.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no option for this, but it can be achieve with custom css, if you want I can help you with that, just provide me a link to your website.

Thank you!

Calin
tagDiv Staff

Hi,

That part can be edited from here -> https://i.imgur.com/SZjcG1Z.png but if you want to remove it you can do it only with custom css or you can change the footer style -> https://i.imgur.com/g6O00DP.png
the css is:
.td-footer-container .footer-text-wrap, .td-mobile-footer-wrap .td-footer-description{
display: none;
}

This need to be set in theme panel> custom code> custom css and if you are using mobile theme plugin, then you’ll need to set this code in theme panel> mobile theme >custom code> css too.

Thank you!

Calin
tagDiv Staff

Hi,

Yes, you can use a custom css too -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ if you need help with this -> https://i.imgur.com/cGe1sBg.png
.page .td_block_title .td-block-title, .page .td_block_template_18 .td-block-title {
font-size: 36px;
}

The css need to be set in theme panel> custom code> advance css> phone.
Also I see that you have set some adsense that for the moment are not approve to be display and is displaying only a blank space.

Thank you!

Calin
tagDiv Staff

Hi,

This can be achieve only with a custom css
.td_block_9 .td_module_8 .item-details {
padding-bottom: 4px;
margin-bottom: 8px;
}

The margin an padding can be adjusted, also the code need to be set in theme panel > custom code> custom css

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the mobile theme plugin, you can style it using the settings from theme panel -> https://i.imgur.com/iobjBuS.png or using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately for the moment on that element you can set a different color only with custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
-> https://i.imgur.com/uwAZ49C.jpg
.td-subcat-filter .td-subcat-list a {
color: #eee;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Calin
tagDiv Staff

Hi,

So if I understand correctly, you want to remove the breadcrumbs from posts that have a certain category, this can be done with custom css, or using a single posts template where you remove the breadcrumbs with tagDiv Composer and you assign this cloud templates on these posts that have this category.

Thank you!

Calin
tagDiv Staff

Hi,

You are using the mobile theme plugin, this is a separate theme only for mobile devices, therefore the settings made with tagDiv Composer will not affect it. If you want to have the same layout on mobile devices, you can use the responsive version of theme and disable or use only for amp the mobile theme plugin.
Also our theme will set the featured image at the top of your posts, therefore you do not need to set that image in post content, or if you do not want to display the featured image you can remove it with a custom css.

Thank you!

Calin
tagDiv Staff

Hi,

You can use the search from tagDiv Composer -> https://i.imgur.com/ShAOZjt.jpg -> https://i.imgur.com/GQVqNn9.jpg also this option is available only on flex elements:
-> https://forum.tagdiv.com/flex-block-settings-guide/
-> https://forum.tagdiv.com/big-grid-flex-settings/
Or you can try a custom css for all background categories -> https://i.imgur.com/0K71TD4.png
.td-post-category{
background-color: #e12!important;
}

The code need to be set in theme panel> custom code> custom css.

If you want to make a testing website on sub-domain or localhost, then you’ll not have any problems with the license agreement, only if you want to use it on multiple website.
You can read more about it here:
-> https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/ end products (live websites).
According to Envato license terms a theme can be used for a single end product (website)
https://themeforest.net/licenses/standard
https://themeforest.net/licenses/terms/regular

Thank you!

Calin
tagDiv Staff

Hi,

To remove the page title use the page template default -> https://forum.tagdiv.com/page-templates-2/

Unfortunately the background category from blocks can be change only with custom css, only on flex blocks can be change using tagDiv Composer.
example of css -> https://i.imgur.com/yXxD1P3.png
.td_block_11 .td-post-category{
background-color: gray;
}

The code need to be set in theme panel> custom code> custom css.
Also we recommend to use a flex bloc -> https://forum.tagdiv.com/flex-block-settings-guide/ this can be customize how you want.

To adjust the mobile view please try this custom css
-> https://i.imgur.com/X7vnWru.png
.td_block_11.td-column-1 .td_module_10 .item-details {
padding-left: 0;
}

the code need to be set in theme panel> custom code> advance> phone

Thank you!

Calin
tagDiv Staff

Hi,

I think that you are referring on these arrows -> https://i.imgur.com/pMNqm3r.png these can be change with custom css or if you are using a cloud header, you can edit it with tagDiv Composer -> https://i.imgur.com/rIfKiI1.png you can change the icons -> https://i.imgur.com/TJhrGlT.png -> https://i.imgur.com/Y7TWPTY.png and you can change pagination color from here -> https://i.imgur.com/cVJxHQ3.jpg If you are using a standard header style, you can use also the settings from theme panel -> https://i.imgur.com/Mq4zliJ.png

Thank you!

Calin
tagDiv Staff

Hi,

Please note that our theme do not have any control over embedded tweets, I’m not sure but, yes is possible to be plugins or custom css that can adjust the layout.
If you want I can take a look to your embed tweets, maybe I will be able to help with a css.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

This -> https://i.imgur.com/2mBkQGJ.png is not a theme element is coming from a plugin -> https://i.imgur.com/gE111Lv.png you need to find that plugin and check the settings that is using, to make sure that is a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If you do not want to remove that plugin and you only want to hide the author from the category page, you can use a custom css -> https://i.imgur.com/sviuwGl.png
.category .saboxplugin-wrap{
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Calin
tagDiv Staff

Hi,

You can use the search for searching the shadow option -> https://i.imgur.com/ViHEN6l.png on of the element that have this option is flex block 1 -> also to achieve the same as in your screenshot is more easy to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Calin
tagDiv Staff

Hi,

Our theme and WordPress editor do not have this option to change the dot color, you can do it only with custom css.
How TO – Change Bullet Color of Lists -> https://www.w3schools.com/howto/howto_css_bullet_color.asp

Thank you!

Viewing 25 results - 176 through 200 (of 1,099 total)