• Resolved pedrofontes

    (@pedrofontes)


    Hi, I’m using Renden X theme in my website. I need to translate the “Read More” in Featured area. How to do that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Pedro,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #section-home a.more-link {
      font-size: 0px;
    }
    
    #section-home a.more-link:before {
      content: "Custom Text";
      font-size: 12px; 
    }
    

    Thanks!

    Thread Starter pedrofontes

    (@pedrofontes)

    It works. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Renden X] Translate Read More’ is closed to new replies.