• Hi, I cannot change the “Read More” text which appears under each article in the BLOG. I have tried with CSS but it doesn’t work. Can someone help? Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    a.read-more{
    visibility: hidden;
    position: relative;
    }

    a.read-more::after {
    visibility: visible;
    position: absolute;
    font-size:18px!important;
    content: “YourText ?”!important
    }

    You need to replace the value of content to your desired text.

    Thread Starter laurasche

    (@laurasche)

    Hi, Unfortunately I have already tried inserting the code, but a message comes up saying that there is an error and does not let me save.

    Thread Starter laurasche

    (@laurasche)

    The error message which comes up when I try to insert the new code is: “It seems like something went wrong. Wait a couple of seconds, then try wordpress again”. Any changes I make, I get the same error message, which stops me from saving. Can someone help? Thanks

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