HEADER STYLE

Posted in: Newspaper
Post count: 20685

Hi,

You can enter custom css in the Theme panel->Custom Css section or alternatively you can use a child theme – https://forum.tagdiv.com/whats-included/ for your css customization. More information about the child theme here in this tutorial – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Post count: 78

Thnks.

Post count: 78

Good afternoon, what should be removed, so that the topic will not adapt to mobile and tablets? Which of the @media

Post count: 20685

Hi,

If you mean the theme responsiveness, that is deeply implemented in the theme. It would be extremely hard to remove all the conditions from the code, and this could create other problems with the theme. The responsiveness is a feature, and ensures that the website will be served with optimal results on all devices.

Thanks

Post count: 78

Thanks Simion.

Post count: 78

Good afternoon. Tell me please, where can I change to CSS? Namely: style.css?ver=7.7. The problem is that after making changes to CSS, it is not updated by browser users. Changing the version would help me a lot, thank you.

Post count: 20685

Hi,

So you want to change the theme version displayed in the stylesheet link. You could do that if that is what you need. This is where the theme version is defined
https://www.screencast.com/t/G4mECSB5

Thanks

Post count: 78

This is what my need. Thank you.

Post count: 78

Hello, please tell me how to remove the style of the demo theme in the code? https://mafia.one/wp-content/themes/Newspaper/includes/demos/video/demo_style.css?ver=7.7

Post count: 20685

Hi,

This is where the demo stylesheet is loaded, you can remove or comment the code there
https://www.screencast.com/t/8YbDK0honr

Thanks

Post count: 78

Thanks!

Good afternoon, please tell me how to fix the contents of the blog? I attached an example, that the content closes the intro, can I fix it?

vimeo.com/242913241

Post count: 20685

Hi,

Your website seems to be in maintenance or having problems from what I can see
https://www.screencast.com/t/cdZVtBSWAD0W
There could be a solution for that with CSS, but the website will have to be displayed properly before trying it.

Thanks

Post count: 78

Good afternoon, thanks for the prompt reply, it’s about the site https://mafia.one

Post count: 20685

Hi,

The background you have set has a fixed property, so it will always remain where it is
https://www.screencast.com/t/eq4SUjLkdJYj
Either modify it in the code you used to have a scroll value, or use a code like this to override it

body.td-boxed-layout {
background-attachment: scroll!important;
}

Thanks

Post count: 78

Everything turned out, thank you, very many thanks). Have a nice evening.

Post count: 78

Hello, please tell me, where can I increase the maximum size of this parameter? http://prntscr.com/hbna43 Thanks!

Post count: 20685

Hi,

That is the recommended logo size for the first three header styles
https://forum.tagdiv.com/logo-favicon/
The logo used should be of this size for best results. You can make customization to the header if you wish. Use the browser inspector to identify the elements used and the classes and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Basically adapt the header style for a bigger logo if that is what you want.

Thanks

Post count: 78

Thank you. Everything turned out, but unfortunately, GIF does not work if I exceed this limit: http://prntscr.com/hbpgzt the site where the problem occurred https://cryptochain.news

Post count: 78

Today I was lucky. I decided the problem. Thank you!

Post count: 204

Hi, I just bought and installed News8. I have the following question for you: I would need to replace the announcement of the header and instead insert a Shortcode [djwp] from a plugin that I have installed. How can I use a Shortcode in the header? Thank you

Post count: 78

Good afternoon, if I understand correctly, then you can insert your shortcode here: http://prntscr.com/hcqmn1

Post count: 23312

Hello duck1970,

Please notice that if you want to replace your header ads, you should change it from here -> http://prntscr.com/hcqmn1 Also, notice that our theme has been designed to be used with Google Adsense and we cannot say for sure if you will use another Ad Code the theme will correctly display the Ads, because it’s not tested, sorry! For more information about header ads, please check here -> https://forum.tagdiv.com/header-ads-adsense/

Thanks for the message!

Post count: 78

Good afternoon, please tell me if I can display the view count to the main one? Here it is http://prntscr.com/hddb7y or http://prntscr.com/hddbe6 Thanks! Site: https://cryptochain.news

Post count: 78

I had a second question, good afternoon! Can I disable the main menu? http://prntscr.com/hdo089 Where it can be safely removed.

Post count: 23312

Hello godfatherblog,

The post view count is not available for blocks/modules but it’s only available for post. The theme does not have any such an option that allows you to enable this, sorry! Regarding on the second request, the theme does not have an option for it that allows you to turn off the menu. You can use the following code and place it in Theme panel -> Custom CSS Area.

The code is ->

.td-header-main-menu{
display:none;
}

Thanks.

Viewing 25 posts - 26 through 50 (of 73 total)
You must be logged in to reply to this topic.