Reply To: Literacy Pro Theme Delete Tabs

#5550
FlyThemes
Keymaster

Hi

For deleting “More” go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> Here you can add the below css.

.ser-desc a.more{display:none;}

For event:
Go to Appearance >> Editor >> Custom-functions.php >> Here you can find the “Read More” word within event function and change it.

Thank You