How to make H1 text smaller

Posted in: Newspaper
Post count: 237

Hello.

I am testing a new single post template on just one of my articles.

How can I make this H1 text a little bit smaller? It far to big

Thanks

.

Post count: 35449

Hello,
You need to edit the single post template with tagDiv Composer, select the post title element and change the font size -> https://i.imgur.com/1mZdmou.png
Thank you!

Post count: 205

How to make H1 Title text smaller just for Mobile
Keep in mind that I don’t use the mobile themes
https://www.softfully.com/web-browsers/microsoft-edge

https://drive.google.com/file/d/1yEOpbwxrdchokUhwQ8zw1fwn_P1fvm_4/view
Thanks

Post count: 35449

Hi Viju,
I believe that you want it something like this -> https://i.imgur.com/sesuv5J.png
For this you need to use that custom css
.td-post-template-1 .td-post-header header .entry-title {
font-size: 22px;
line-height: 30px;
}

The code need to be set in this place -> https://i.imgur.com/7oIPlkX.png to be apply only on mobile version.
Also, an alternative will be to use a single post template, this can be edited using tagDiv Composer and it can be set on mobile and desktop version.
Thank you!

Post count: 205

Thank you. The above CSS works in PORTRAIT but doesn’t work in LANDSCAPE.
tagDiv Composer just works on pages and I am a newbie with this plugin but I will try this later.

Post count: 35449

To use the code in LANDSCAPE too, please set it in those places -> https://i.imgur.com/g4P8t30.png

Post count: 205

Yes, works…
Also, i updated the Newspaper to version 12 today, and works well
Thank you

Post count: 12

Hi there 🙂

I do not mean to be rude and interrupt this conversation, but I was just looking at mgiannelis page he posted above, do you buy chance know how I can accomplish this stock market ticker at the top of this page? Its very cool and I would like to have it for my news site LOL

https://www.techbusinessnews.com.au/news/australian-tech-sector-welcomes-labor-victory/

Thanks so much for any help. 🙂

CC

Post count: 35449

Hi ChooChoo,
I believe that mgiannelis used a plugin for Stock Market -> https://i.imgur.com/eLnDnKz.png, if the plugin provide shortcodes, then it can be set using tagDiv Composer in column text and text with title elements and will be displayed in the place you want.
Thank you!

Post count: 12

Morning Calin 🙂

Thank you so very much. Im gonna try it shortly, it would be great for my news site. Very much appreciated.

God Bless
CC

Post count: 12

Afternoon Calin 🙂

I got the ticker working but I want to add it to the top of the site. Can you please instruct me how to do this? Im not sure if I add a row and then a column and then the column text? I do not wanna mess up my live site LOL

Thank you so very much 🙂

God Bless
CC

Post count: 12

I put this on and it seems to be working correctly. Thnk you Calin for all your help. Much appreciated.

God Bless
CC

Post count: 35449

Hi ChooChoo,
I’m glad you managed to set it!
The mentioned steps are correct, you understood perfectly what you were supposed to do!
Have a lovely day!

Post count: 205

I know that the header ad I can add via Theme panel / Ads tab / Header Ad but that same header ad I want to place ads manually using PHP code so just tell me where can I add PHP code for that same place. I already have the PHP code so just tell me the place only.
Thank you
Site: Softfully [.com]

Post count: 35449

Hi Viju,
Unfortunately, there is no place in the theme that can e set that php code, maybe only if you can use an extra plugin for php code that also provide shortcodes or something like that.
Another solution will be to set the code in the theme files. For the last theme version the path for the header ads file is this one -> wp-content/plugins/td-standard-pack/Newspaper/parts/header/ads.php
I hope this will help you!

Post count: 205

Thank you. This hint is enough for me.

Post count: 205

Please help me to remove these three spaces via the CSS
Here you will see three spaces shown with arrows in the image: https://drive.google.com/file/d/1wsRUPY66Ti-YLKWzofc38RGR9Moglngy/view
Thank you
Site: Softfully [.com]

Post count: 35449

Hi Viju,
Please try this custom css:
.ai-viewport-1 .code-block.code-block-2 {
margin-top: 0!important;
margin-bottom: -5px!important;
}
.ai-viewport-1 .code-block.code-block-1 {
margin-bottom: -5px!important;
}

The results should be like this -> https://i.imgur.com/GnRD0Gq.png
Thank you!

Post count: 205

Perfect
Thank you very much

Post count: 205

Hi,
I want to add a shortcode after the footer.
View the screenshot: https://drive.google.com/file/d/15mZ7NnUbTNKJHEKI4SIQS_FQzEtCrHII/view
So please let me know the location of the theme to edit manually.
Thank you

Post count: 35449

Hi,
For sub footer style 1 please try this file -> wp-content/plugins/td-standard-pack/Newspaper/parts/footer/td_sub_footer_template_1.php
If you are using the multipurpose sub footer the please try on this file -> wp-content/plugins/td-composer/td-multi-purpose/footer/tdm_sub_footer_template_1.php
I hope this will help you!

Viewing 21 posts - 1 through 21 (of 21 total)
You must be logged in to reply to this topic.