badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Reed More in the front page

#18752

hi isabella,
If you have translation file then yes you can change it into your language. you can also search, some of the languages is in our language folder of our theme. If there is no translation for you language then you need to create .po and .mo file for your language translation.

If you want to hide the read more button then
Add this css inside theme options -> design options -> custom css

.column a {
display: none;
}

Thank you!