-
AuthorPosts
-
March 13th, 2014 at 13:17 #24361Pascal
Hy !
Could anyone tell me how to remove “More posts” on the bottom of main page, or how to translate it and make it work ?
Because curently you can not clic on it (nothing append), it is not linked !
Thank’s a lot !
Pascal
PS : I think that was not here before this new update !…March 13th, 2014 at 14:20 #24363JimHi Pascal
The following code pasted into your custom CSS area within Misc. Settings should remove it from the page.
a.continue-reading-link, #cryout_ajax_more_trigger {
display: none;
}I hope this helps
Jim…
March 13th, 2014 at 14:31 #24364JimHi Pascal
Sorry please ignore the code in my last message, it should be this:
#cryout_ajax_more_trigger {
display: none;
}Thanks
Jim…
March 13th, 2014 at 20:28 #24372PascalThank’s a lot Jim !
But I am not very aware with CSS…
So could you tell me where I have to look for this text, which files ?
Regards.
PascalMarch 13th, 2014 at 20:54 #24375JimHi Pascal
You need to go to Tempera Settings then choose Miscellaneous Settings in there you will see a box labelled custom CSS code, copy the last code I sent and paste it into that box. Then save the settings and refresh your site. Hopefully if all works your “more posts” box should no longer be displayed.
I hope this makes sense and helps
Jim…
March 14th, 2014 at 11:45 #24380PascalHi Jim !
Sorry for being so beginner with this !
I thought I had to modify a CSS file !
That works absolutly fine !
Thank’s a lot !!!!!
Kind regards, take care !
PascalApril 25th, 2014 at 02:11 #24986Stephane LariviereI Jim,
I came accross this post searching a way to translate the more posts button. The button work,s find but it is the only thing remaining in english and I would like to translate it in french.
Can you help?
Thanks and by the the theme is just great!
-
AuthorPosts
The topic ‘How to remove "More posts" on main page’ is closed to new replies.