Hi, I'm using the following CSS solution, and give me the output "Access Limit For Current Year: 0 Downloads".
It's ok but, I want to replace the text "downloads" with "access" and delete the text "Current Year", how do I do that? thank you
.somdn-account-download-limits-current:before {
content: "Access Limit For";
}
.somdn-account-download-limits-current:after {
font-weight:bolder;
margin-left:-4px;
}
.somdn-account-download-limits-remain {
display:none;
}
@rezhart
1:47 pm