remove title

Posted in: Newspaper
Post count: 10

Hi, i have a 3 question

1. How to remove title in post
because title is big at mobile post

(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/1KakaoTalk_20160512_154455985.jpg
(2) http://popkoon.cdn3.cafe24.com/cdn/2016/05/KakaoTalk_20160512_154455711.jpg

2.How to reduce td-block15 height
because td-block15 is big at mobile

(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/KakaoTalk_20160512_154455985.jpg

3.How to chanege loading image on my image

(1) http://popkoon.cdn3.cafe24.com/cdn/2016/05/xczxc.png

have a nice day

Post count: 23312

Hello cooolvita,

1) I suppose that you want to remove the post title in our modules because it is too bigger. If you want this, you have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-module-title {
display:none;
}

The result you should see here -> http://screencast.com/t/PtfBknt1

2)Unfortunately, we do not recommend to change the height of this feature because you can damage the layout of the theme and the responsiveness. Also, if you want to do that, you have to change the height from this -> http://screencast.com/t/WUUxlhFW Please notice that is not as simple task because then you will have needed to some custom CSS code for good results and we cannot provide support for your custom implementation, sorry!

3)Unfortunately, this is the java script animation and you cannot change it very easy. Also, if you want to change it, you will have to check the theme.js file from our theme and try to do that. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

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