If your child theme doesn’t have the option to change or remove this link, copy your parent theme’s index.php file and spot ‘read more’ in it.
Here’s the documentation that explains how to customise the Read More link.
OK. Thx a lot vikas i try immediatly
In fact, i have nothing like that in my index.php file…
Hi,
You can remove this simply using a custom CSS:
.posts .link-more {
display: none;
}
Regards,
Oliver
Thx a lot for your template and your help webman !
Hi !
I have put the code in my css child’s theme but nothing have changed.
I give you my file :
/*
Theme Name: auberge-child
Template: auberge
Author: lolo – auberge
Author URI: https://www.fetrasun.toile-libre.org
Description: Theme enfant de lolo
Version: 1.0.1455147313
Updated: 2016-02-11 10:35:13
*/
@charset “UTF-8”;
.home .category-menus{background:#fcfae1}
.home .category-evenements{background:#f9a41e}
.home .site, .page-section .posts .hentry, .nav-search-form .search-field {
background-color: #8FCF3C;
a, .accent-color {
color: #63100F;
}
.posts .link-more {
display: none;
}
You can see the “poursuivre la lecture” in the box on my homepage :
fetrasun.toile-libre.org
Thx a lot man !
Hi,
You have CSS error in your code. You are missing } after #8FCF3C;.
Also, just to let you know, you can change accent color in theme customizer at Appearance > Customize > Theme > Colors.
Regards,
Oliver
Hi !
It’s ok this time !
Many thx !