Search Results for 'browser inspector'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

That depend on what style are you referring, if you are referring to font style, font color then you can find those settings in Newspaper>Theme panel>Theme colors/Theme fonts
-> https://www.screencast.com/t/rHbDqVzP5
-> https://www.screencast.com/t/QuWIwEyO
Unfortunately if you want to change the layout of mega menu, than you’ll need to use some custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Calin
tagDiv Staff

Hi,

Unfortunately in order to customized the top bar you need to use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help with this please provide a link were I can inspect this problem and provide some information with what you want to achieve.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If that is a page you can edit the page with tagDiv Composer and set some margin.
For example
-> https://www.screencast.com/t/BebCjhGm -> https://www.screencast.com/t/4phacBQY8

Also you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Calin
tagDiv Staff

Hi,

TagDiv Composer is a builder for pages and templates not for posts, please check our documentation -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can use tagDiv composer to set a background color an a post template from tagDiv Cloud Library

If you want to set on the default post template you need to use custom css

Thank you!

Simion C.
tagDiv Staff

Hi,

It can be done with some CSS, like in this similar topic
https://forum.tagdiv.com/topic/how-to-move-menu-items/

So for example – http://prntscr.com/mbwt8i

A guide for the browser inspector here – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If you need help with it let me know.
Thanks

Catalin
tagDiv Staff

Hi Austenit,

You need to do it yourself through the code, using the Inspector browser to create your own custom CSS code. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!
Catalin L.

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have yet that option, you can set the class in custom css for example -> https://www.screencast.com/t/VdGCBVm4bB
You can check more about this here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Calin
tagDiv Staff

Hi,

That depend on what feature you want on mobile theme.
Please note that the mobile theme is made simple, in this way is faster, so for mobile theme you can use custom css , but if you want to have more blocks/modules or effects please deactivate the mobile theme and use only the theme, also some blocks like flex blocks can be set on each device.

Thank you for your understanding!

Catalin
tagDiv Staff

Hi,

You should do it yourself through the custom CSS code. Use the inspector browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

If I understand correctly you want to change the header size on the mobile version.
here is an example -> https://www.screencast.com/t/2VdUfrX8
In order to do that you need some custom css, if you need help with that please provide me a link were I can take a closer look to your header.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option that allows you to do this, sorry! You should use your inspector browser to create your own custom CSS code and edit the header on mobile, as you wish. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ As a hint, you need to use the media queries if you want to target only the mobile devices.

Thanks.

Calin
tagDiv Staff

Hi,

In order to do that you need to use custom css
-> https://www.screencast.com/t/WhAOXxg5C
In this way you can add all the css on the feature class; this is the easiest way.
Also you can try to add a class with JavaScript, please check this documentation -> https://www.w3schools.com/howto/howto_js_add_class.asp

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

That is possible with some CSS, a similar topic here – https://forum.tagdiv.com/topic/how-to-move-menu-items/
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Each menu item has a unique ID, this can be used to target it specifically. If you need help with it, please post a link to the website.

Thanks

Catalin
tagDiv Staff

Hi,

Unfortunately, we cannot replicate this issue to our devices because we do not have iPad 2 with such an old iOS, sorry! This task involves doing such a custom modification only for your devices and you need to do it yourself through creating your own custom CSS code, using the Inspector Browser from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

I checked in Chrome and Firefox, there is no such ad for me – http://prntscr.com/m8fmmf
I tested in in a different computer, still no secondary ad. You could check in a different browser as well.

I checked with the inspector as well, only one ad seems to be there
http://prntscr.com/m8fon3

Calin
tagDiv Staff
Catalin
tagDiv Staff

Hi,

Here is talking about margin-top and margin-bottom values as you can see here -> https://www.screencast.com/t/f1ZELKls If you want to change these values which come by default with the theme, you need to use such a custom CSS code, using the Inspector browser to create your own Custom CSS code. For example, for h3 tag, you can use the code below and place it in the Theme panel -> Custom CSS area. Look at this -> https://www.screencast.com/t/BCscaH4BbVa0

.td-post-content h3{
margin-top:300px;
margin-bottom:200px;
}

Thanks.

Catalin
tagDiv Staff

Hi,

I have checked this case and seems to works as expected. If you want to know which values are set up by default, you need to use the Inspector browser and check the value from here -> https://www.screencast.com/t/96p2vT6STCf Ensure that your system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for the message!

Calin
tagDiv Staff

Hi,

1. This is possible only with custom css , if you need help with this please provide a link to your website in this way I will be able to provide you the right css.

2. If you are using the mobile theme you need to set the content for page in mobile editor, please read our documentation for mobile theme -> https://forum.tagdiv.com/the-mobile-theme/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

You can try the settings from Theme panel -> https://www.screencast.com/t/23eJTwlLQ4
After that you can add some custom css.
If you need help with css let me know.

Thank you.

Calin
tagDiv Staff

Hi,

You can try the settings from theme colors, the settings from demo are mostly custom made, but you can obtain that with some work.
Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/
Also check the blocks color -> https://forum.tagdiv.com/block-settings-tutorial/
Or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Catalin
tagDiv Staff

Hi,

Sorry, but the theme does not have any such an option for this! You should make it custom if you want this change. Try using the inspector browser -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Calin
tagDiv Staff

Hi,

In order to do that you’ll need to use some custom css
https://www.screencast.com/t/hdZGpQtp6XJ
body .td-scroll-up {
background-color: blue;
border: 2px solid green;
width: 50px;
height :50px;
}
body .td-scroll-up .td-icon-menu-up {
color: #fff;
font-size: 20px;
display: block;
text-align: center;
width: 40px;
top: 10px;
left: 4px;
}

Set the code in Newspaper>theme panel>Custom code>Custom css

Hope this will help you.

Calin
tagDiv Staff

Hi,

There is no option of zoom on latest articles, in order to do that you’ll need to use some custom css; please add the below custom code in Newspaper>Theme panel>Custom code >Custom css
.td-pb-article-list .td-module-image:hover {
transform: scale(1.04);
}
.td-pb-article-list .td-module-image {
transition: all 0.2s ease;
}

-> https://www.screencast.com/t/bnsrEqtZ
See the results
https://www.screencast.com/t/0YWiEQAfSQ

Thanks.

Catalin
tagDiv Staff

Hi,

I do not exactly understand what you mean, sorry! Provide some useful screenshots with your desired changes o I can provide a more accurate code. Also, if you want to edit some paragraphs to your posts, you should target it using the Inspector Browser according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Viewing 25 results - 351 through 375 (of 1,099 total)