Hiow to reduce gap between box 10 headings

Posted in: Newspaper
Post count: 23

Thanks for update
How to reduce gap between heading lines of box 10.
Also I want comments box immediate after posts, its bellow to similar articles know.

Regards
beansfry.com

Post count: 6600

Hi,

I believe you refer to block 10 spacing between heading, you can use this css to reduce that: http://screencast.com/t/KkA8ndC3
For the comments template you need to edit the single.php file and “cut” this line: comments_template('', true); …form each case and add it in loop-single.php file before the related posts section like this: http://screencast.com/t/SyKDPkfHfV
Result: http://screencast.com/t/5lQWaad4
Note that if you want to have this on other post templates than default you have to make this changes to other templates also.

Thanks

Post count: 23

i changed Block 10 🙂 Thank you.

Comment Template:
i want on every post. i am novice 🙁
is there any easiest way please.

Regards
Beansfry.com

Post count: 6600

Hi,

This the easiest way, you just need to cut a line of code and paste it elsewhere.
Replace the content of single.php file with this code: http://pastebin.com/RRiV2EQ0
And the content of loop-single.php file with this: http://pastebin.com/G8VQWUvW

Thanks

Post count: 23

Thanks

How to remove date in block 10

regards

Post count: 6600

Hi,

Like this: http://screencast.com/t/vwJkMNHi

Thanks

Post count: 23

Thanks a ton.

I changed entire site 🙂 Amazing and flexible theme, i love this new block 10 🙂
i was trying to give bullet points to all headlines.

Thank and regards
beansfry.com

Post count: 23

can its possible to use google fonts for all headlines with bullets

Blocks Border is awesome.. super excited

Thanks

Post count: 6600

Hi,

You can sue the the font-family property to change the fonts via css: http://screencast.com/t/H1lfkwj3V

.widget_recent_entries ul li a{
font-family: 'Roboto Condensed', sans-serif;
color: #222222;
font-weight: normal;
font-size: 15px;
padding: 0px !important;
}

You can also add and use your own fonts, like this: https://forum.tagdiv.com/how-to-use-custom-fonts/

Thanks

Post count: 23

Thank you 🙂

i was trying to give bullet points to all headlines in all columns. like what i have done in latest post, i search alot but i didnt find the option.

Is there any plugin for changing colors to individual headlines.

Thanks you
beansfry.com

Post count: 6600

Hi,

You can try this css for headlines or you can go and manually select the title style 1 for each block but this will change this only on blocks while for some headline titles you don’t have this option and for those you will need to use css, like this: http://screencast.com/t/X41pM5OzlO

This the css for the headlines:

.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}

I can’t recommend you a plugin for changing the headlines background color as I haven’t tested any plugin with that ability. Note though that this color can be set from block option, like this: http://screencast.com/t/46Lg8Iy2mNH
For the bullet headlines you can edit the module10 file and add list tags around the title, like this: http://screencast.com/t/6DgPkH59b9m
This will return this result: http://screencast.com/t/JbwjRCAtG3

Thanks

Post count: 23

Thanks 🙂

Is it Possible to move prev next controls to bottom of the columns.

thank you

Regards

Post count: 6600

Hi,

Use this two css classes to position them at the bottom .td_ajax-prev-page for the left arrow and .td-ajax-next-page for the right one.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 23

.td_ajax-prev-page
.td-ajax-next-page

i pasted into theme panel css and also in editor css, its not working.

regards
beansfry.com

Post count: 6600

Hi,

It’s not enough just to paste those classes like that, you also need to style the container of those classes, meaning the arrows. If you don’t have any css/php/html knowledge and you need or want to customize the theme design besides what it has now you can get a freelancer to ado it for you as we cannot offer custom work because we are working hard on development, updates and support.
You can move the the prev/next arrows to the bottom of the block like this: http://screencast.com/t/72wBfFymR

.td-ajax-next-page, .td_ajax-prev-page  {
top: auto!important;
bottom: 0px !important;
}

Thanks for understanding!
Please let me know if it works!

Post count: 23

Thank you very much its working 🙂

Regards

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