Jump to content

Change Read More text

Recommended Posts

Can anyone help me with a css-code so that I can change the Read More text on my front page to another language? I found a code that works only in the blog section and not on the front page. I am using the Souto-template.

a.blog-more-link {
    font-size: 0 !important;
}
a.blog-more-link:before {
    content: "Les mer";
    font-size: 14px;
}
.blog-more-link:after {
    transform: translatey(4px);
}

 

Thanks!

Link to comment
  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Add to Home > Design > Custom CSS

a.blog-more-link {
    visibility: hidden;
}
a.blog-more-link:after {
    visibility: visible;
}
a.blog-more-link:before {
    visibility: visible;
    content: "Listen me";
    position: absolute;
}

 

Edited by tuanphan

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 6/4/2020 at 2:16 PM, Mari said:

Thanks! The code worked, but not on the front page which is where I need it. The website is all blog based, so there are only blog posts on the front page as well. Any way to fix it? 

Incorrect password. Can you check again?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.