[ad_1]
Hello,
Can you specify the link of the page?
Sorry but I can’t, the site is “under construction”.
It’s the last version of WordPress and the last of Mesmerize theme.
I tried with a child theme and modified inc/functions.php but it’s not working.
- This reply was modified 9 minutes ago by ANDRE_Ani.
Hello,
Please try this extra CSS code in Customizer -> General Settings -> Additional CSS :
a.read-more.link{
visibility: hidden;
position: relative;
}
a.read-more.link::after {
visibility: visible;
position: absolute;
font-size:18px!important;
content: “Lire plus ”!important
}
I add this in my style.ccs child theme file and it’s wordking.
Thanks a lot !
