Styling Module Titles & Category Headers

Posted in: Newsmag
Post count: 22

Hi, still tweaking….

1) The titles/headers at the top of the category pages are too small for my taste. How do I cahnge the font size? Can’t find anywhere in the Theme Panel and the CSS seems to use a shortcode (zoompage fontsize=”26″).

2) I saw in the Newspaper theme (I have Newsmag) that there is a Theme Panel setting (Theme Colors) to set the background color of the Block/Module headers. There is no such opiton in Newsmag. Is there one place I can do this? (I actually added extra CSS in Appearance > Customize that does this, but would prefer to have a Theme Panel option.) Why doesn’t Newsmag have the same option as Newspaper?

Post count: 35449

Hi,

1. Unfortunately to change the size of category title you need to use a custom css like this one -> https://i.imgur.com/GzFYeos.jpg
.category .td-category-header .td-container-border .td-page-title{
font-size: 36px;
}

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

2. The header color can be set manually with tagDiv Composer -> https://i.imgur.com/yHhGb8z.png indeed Newsmag theme do not has all Newspaper theme functionality, this is a light and ease to use theme.

Thank you!

Post count: 22

Great stuff, thanks.

Next, Regarding the modules/blocks of headlines where there are no thumbnail photos, the space between each headline is quite large. How might I change that? I want the lit to be tighter.

Post count: 35449

Hi,

If you are referring for example to block 9, you can edit it with tagDiv Composer -> https://i.imgur.com/jHgVcQz.png
If this is not what you mean, please provide some more details and some screenshots.

Thank you!

Post count: 22

Hi, yes, that block/module.

How can I decrease the white space between the items? (From the bottom of the date to the top of the next headline).

Post count: 35449

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!

Post count: 22

Thanks. Enjoying the theme and great support.

I saw the mobile theme in action on my site the other day. Not a fan. Any way to add advertising blocks to the mobile plugin theme? if not, I’ll have to use the responsive option on the main theme.

Post count: 35449

Hi,

If you are using the mobile theme plugin your mobile version will be faster, but it will look different from desktop version, also the page content need to be made in mobile editor without using any builders, also the mobile theme plugin can be customize using the settings from theme panel> mobile theme, there you can set the mobile ads too -> https://i.imgur.com/UXg9o6g.png

Hope this will help you!
Thank you!

Post count: 22

Hey Calin, your help is much appreciated. I have another question. Searched the forum and can’t find anything close.

I applied for the Google Adsense program, but due to Covid-19, they are not approving any sites, or the approval is taking forever. So right now I have big white space gaps on my pages where the ads should be. But (I think) I need to leave the ad spaces there for Google’s reviewers, whenever they get to me.

Is there a way I can show a default ad image for when AdSense doesn’t show an ad? I removed all the default code in the blocks when I inserted my Adsense code, so I don’t know what was in the demo.

Post count: 35449

Hi,

Unfortunately there is no option do display a banner if the ads is not working, you can set the banner or the adsense, but there is no option to switch between them if adsense is not working.
-> https://forum.tagdiv.com/newsmag-article-ads/

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newsmag’ is closed to new topics and replies.