My website: http://majorfuss.com/news/avengers-infinity-war-trailer/
1. I’ve added a widget block 21 to show articles list in sidebar. How do I decrease the size of the article titles’ font? https://snag.gy/mWjVid.jpg
2. I want to have an advert in post style 13 articles above my tags, like I have here in post style 1 http://majorfuss.com/news/golden-globe-awards-2018-nominations/ / https://snag.gy/cdw0jL.jpg – How do I do this as it’s showing in post style 1, but not style 13?
3. How can I change the font weight of “LEAVE A COMMENT”? https://snag.gy/jWEFGl.jpg
4. How can I include an advert with a separator above it at the very bottom like this – https://snag.gy/qN2BCy.jpg – of post style 13 articles?
Hello,
1) Please check this list https://forum.tagdiv.com/theme-blocks-modules and then use the table to change the font for the module you want to change, In your case: https://www.screencast.com/t/ZooBl4JkTime
2) Simply place an ad in the article bottom ad and it will sow up in every post style except if you use a smart list. Smart lists ignore article ads.
3) Add this css in the theme panel;-> custom code section:
#reply-title{
font-weight:900;
}
4) If you want a separate ad specifically for post style 13, you can add it in the post file using a do_shortcode function here:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Maker sure you have and ad placed in custom_ad_1 in the them panel. You can add a separator with a simple hr tag. Here is an example:
https://www.screencast.com/t/85H3lfc5VAX
front-end: https://www.screencast.com/t/2bdgRXDT
Happy holidays!
Thanks Bogdan, very helpful.
1. Oddly, I can change font family, line height, style, weight and transform in Module 16, but when I change the font size, it’s not altering the font at all?
4. Sorry, I meant an ad that runs across the entire bottom, not just until the sidebar. Like this https://snag.gy/ZP19oz.jpg
Hi,
1. The font should affect the module. Please provide a link to your site so I cvan inspect the element and see why the font will not apply.
4. OK. in this case, place the code towards the bottom of the page exactly like here:
https://www.screencast.com/t/eqXTs4Jrg2iZ
Thanks.