Search Results for 'css'

Results from the Forum
Juan
Participant
#0

Hello team. First of all, you guys made an amazing job with this theme. It is fast, full of features and the support here is amazing. Thank you!

OK, so I’m currently using Newspaper 8 (Latest version) on my website. I would like to make the mobile top bar a little bit smaller.

This is the default mobile header (Not mobile theme)
https://imgur.com/zWf2TTC

And this is what I would like it to be (If possible)
https://imgur.com/K8aeQgn

If you also notice on the second image above which I photoshop, the menu and search icons are moved a little bit towards the left and right edges so I would also like to do this, if possible.

I didn’t see a setting for these in the Theme panel but if there is, please point me in the right direction. If, it can only be done using CSS code, could you please provide me with the code needed?

Thank you for your time.
Juan.

jorgeocampo
tagDiv Member

Thank you Simon, but I have over two thousand images, editing each post is not an option.
I need a CSS solution, can’t find one yet.

🙁

Catalin
tagDiv Staff

Hello,

The block title can be changed via such a custom CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-title a{
color:red!important;
}

It’s just an example.

Thanks.

Simion C.
tagDiv Staff

Hi,

A background color/image can be set for the whole website
https://forum.tagdiv.com/background-introduction/
In the composer only rows and elements can have background, check the CSS tab
https://www.screencast.com/t/g35OvlbtOoQ
The background image can be changed as you wish in the Theme panel->Background section. Maybe clear the cache as well after setting the new image. Let us know if you still have a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Row background color or image can be set in the row CSS settings
https://www.screencast.com/t/g35OvlbtOoQ
Columns also support backgrounds. Backgrounds can also be set for most elements inside the row, check the CSS tab for each element.

Catalin
tagDiv Staff

Hello Erythros,

Unfortunately, I do not exactly understand what kind of changes you want to do. All the custom CSS code should have to be added to Custom Code for your desired changes. Also, if you want to make some massive changes you should use the Child Theme, according to our documentation from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That would only be possible with custom CSS code, by default the theme does not have a general setting for this. That is how these demos were created for example
https://demo.tagdiv.com/newspaper_black/
https://demo.tagdiv.com/newspaper_old_fashioned/
https://demo.tagdiv.com/newspaper_retro/
On pages you can set background as you wish for most elements, using the tagDiv composer. But on posts this could only be done with CSS code. If you could provide some details about what exactly you want to color, what sections should be affected and how, I will try to give you a solution.

Thanks

pixeldynamo
Participant
#0

Using the Hero image from the multipurpose shortcodes I’ve realised that the Image Alignment setting is being ignored. If I set for the image to be aligned along the top the outputted CSS still has:

background-position-y: center;

I can’t target it using live CSS either as the style appears to be renamed each load (ends in _rand)

NewsPaper 8.7, Tagdiv Multi Purpose 2.0

Simion C.
tagDiv Staff

Hi,

For me that page loads almost instantly, no flashing appears whatsoever. That flashing is caused by the way CSS works in cascade and will be noticeable in combination with a slow loading speed.
But that would not be the case here from what I can see. The website is fast.

If you could mention what exactly you want to change in that page and how, I will give you a solution.

Thanks

Catalin
tagDiv Staff

Hello Solstyce,

Please notice that our theme does not have any such an option that allows you to disable this back to the top section, sorry! You can use such a custom CSS code to hide it or if you want to remove that functionality you should edit the js code of the theme and search by td-scroll-up class.

Thanks for your understanding!

c.schwalm
Participant
#0

Hey,

we are constantly getting an error 400 because of an issue with Google Fonts.

<link rel=’stylesheet’ id=’google-fonts-style-css’ href=’https://fonts.googleapis.com/css&#8217; type=’text/css’ media=’all’ />

In my opinion the href-link is not really complete? I already tried to deactivate all plugins, delete the cache and so on but the error remains. Any ideas?

https://www.in-stadtmagazine.de

Simion C.
tagDiv Staff

Hi,

Once activated the sticky menu will be displayed on all devices, that is why it is called always sticky. You could try a code like this is the Theme panel->Advanced CSS in the phones section

.td-header-menu-wrap.td-affix {
position: static!important;
}

It should prevent the sticky menu from working on phones.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Block 23 (module 18) will display a predefined thumbnail size as all blocks do
https://www.screencast.com/t/lh9L5tBef
An exception would be the flex block in which you can select from 3 sizes at the moment. You could choose a different block which uses a smaller thumbnail size if needed.

2. That can be done in general in the theme panel, for the module you choose
https://www.screencast.com/t/4DM4y0kGr6
Or by each block individually in the composer
https://www.screencast.com/t/X4AIKKR3JDST

3. That can be done in the theme panel
https://www.screencast.com/t/Kcx7r44bNX

4. That can be done in general – https://www.screencast.com/t/dlyjHuQC
Or by block module – https://www.screencast.com/t/GTuSpDkKtld

5. The Read more cannot be removed, it is a feature of that block module. You could either remove it from the code, for the module the block uses
https://www.screencast.com/t/VxN6i0LKz
Or use CSS code in Theme panel->Custom CSS section

.td_block_23 .td_module_18 .td-read-more {
display: none;
}

Thanks

Catalin
tagDiv Staff

Hello willysawa,

All the time’s settings can be made from General WordPress section from here -> https://codex.wordpress.org/Formatting_Date_and_Time Check this useful guide if you need more settings. Also, if you want to make the time Bold and red color you should use such a custom CSS code.

Thanks for your understanding!

win2158
tagDiv Member

Hi Catalin,

that doesn’t solve my issue.

Throughout the WHOLE THEME (So not only the menus you are refering to) ALL buttons have a color that i defined as the theme accent color.

Throughout the WHOLE THEME the hoover color however is black.

My question is: can I adjust the ALL OVER hoover color (not just in menu / submenu) but also in the actual content so that black becomes…another color,
or do I have to make an OVERALL adjustment in CSS myself.

Thanks for answering!

Simion C.
tagDiv Staff

Indeed, that seems to be how the demo is created as well. That may be how the demo was designed. It will not be difficult to make the columns visible. Click on the column first
https://www.screencast.com/t/w1oWJZDF
Then switch to mobile – https://www.screencast.com/t/927JJzCaN
Scroll down the settings in the CSS tab and change the column from hidden to show
https://www.screencast.com/t/Xkq9vcIuLw
Do this for both the hidden columns and they will be visible on mobile, be sure to save the page. Sorry for the misunderstanding.

Catalin
tagDiv Staff

Hello win2158,

Check the theme panel options from here -> https://www.screencast.com/t/TAvTyCCN2VVs If you want to have more options you should customize it yourself using such a custom CSS code. A more useful guide for you can be this one -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

From what I can tell there is a code that overrides the color set in the theme panel
https://www.screencast.com/t/hZJfJ2wly
If you used custom code such as that one in the theme panel custom CSS section, remove it and the color set through the settings will be displayed.

Thanks

Catalin
tagDiv Staff

Hello Roman,

All the custom code should have to be added to the Custom CSS box from here -> https://www.screencast.com/t/A6jWAzEyPYe

Thanks for your understanding!

Catalin
tagDiv Staff

Hello brenbrinkman,

I did not saw any pagination to your homepage, as you can see here -> https://www.screencast.com/t/rSIDHwsyckVV The pagination can be centered using such a custom CSS code. Regarding on images, it seems to work as expected after you have regenerated them. Where is the problem?

Thanks for your understanding!

Catalin
tagDiv Staff

Hello benti,

Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-menu-wrap-full{
height:40px!important;
}

Thanks.

Catalin
tagDiv Staff

Hello blukid,

First of all, you should check the useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ which teach you how it is possible to create your custom own CSS code.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello gabriel79,

It seems to be correct but please notice that I cannot check it more deeply because it is an additional customization. Add the code to your Custom CSS area and check the results. For more information about how you can create your own custom CSS code, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

StudioVertigoNS
Participant
#0

Hi!
I was created a tagDiv Composer page – https://www.agrosaveti.rs/stocarstvo/ and following image https://www.agrosaveti.rs/media/2017/12/Agro-saveti-Stocarstvo.png needs to be set as a custom background.
Can you help me with this?
I tried to override background image in CSS, but without success.
Thanks in advance!
Best regards,
Bojan

Erythros
Participant
#0

Hello,

My website, in it’s current form, is stable and has a decent design. For this topic, I’ll call this version 1.

Now, I’d like to do a few changes. Massive changes, experimental. This would be version 2.

Is there any solution in case version 2 doesn’t work / look as I want, to be able to easily revert to version 1?

There won’t be any content changes, just the basic template and css/html

Viewing 25 results - 14,351 through 14,375 (of 33,436 total)