Hello anfbb,
The pro version of the theme provide that feature. For better understanding please refer the screenshot-
OnPaste.20180627-165411
Kind Regards,
Manoj
-
This reply was modified 7 years, 11 months ago by
TUT Support.
Well looks like editing “Read More” text is impossible by editing language files in plugins like loco translate after last update. In previous version it works. Is this true?
OK I know why editing language file of theme didn’t work. If language for whole site in admin is set for different language then template language is, editing language file of template doesn’t work.
I don’t know if you’ve figured this out yet but try under Appearance> Custom> Blog> Archive and Entry. Scroll down to where it says to change the Read More button text.
Anyone know how to change the color of the visited link *in* the button?
@captenaj
Customize > Appearance > Custom CSS>
a:visited {
color: #yourcolor;
}
or
button:visited {
color: #yourcolor;
}