• Hello,

    I just wanted to change the Read More text button.
    Also, is there a way to remove the author of the post? The rest of the excerp I want to be showed.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hello copa75,

    >> For Change Read More Text

    You can change Read More text from content.php file located wp-content/themes/colornews/template-part/ folder.

    Note : All Changes you done in any file of theme are gone when you update theme. So prefer Child Theme.

    >> Remove Author Name

    You can remove author name by css. Follow below steps:

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Navigate Design Options >> Custom CSS and put below css into textarea then click on Save & Publish button.

    .byline { display: none !important; }

    Hope this helps you.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the “Read More” text?’ is closed to new replies.