• How can I change the more-link content from ‘read more’ to ‘continue’.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    I see you are using the Divi Page Builder, which complicates things. There should be a way to set the Read More text within the builder settings. Normally we can do this with CSS with a bit of trickery, but we have to use a :before or :after pseudo selector, and in this case, both of those are used for the left/right border lines on the Read More.

    The other way, if that is not an option in the Divi Page Builder, would be to create a Child Theme and then copy over the content.php file from the original theme to the child theme and then change “Read more” within that file.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the more-link’ is closed to new replies.