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
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
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
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
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!
