Home › Forums › Theme support › Substitute the 'Read more..' text › Reply To: Substitute the 'Read more..' text
1. If you know how to edit PHP code you can edit the allslider.php file, there you can change it
2. To increase the size, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.cycle_element a {
font-size:30px;
}
Just replace “30px” with a value of your choice…