Can't change text in stylesheet.
-
Hello everybody.. I am making a danish fantasypicks game, and of course I need everything in Danish. I have this current code in the CSS from the theme:
.hover .readmore .anchor:before { /*content: 'Read more...';*/ }This hovers over some images on the frontpage. Of course I ned ‘Read more…’ translated to ‘Læs mere…’, but when I change the text to this, or try to overwrite the code with:
.hover .readmore .anchor:before { /*content: 'Læs mere...';*/ !important }Nothing happens.
Can anyone help me to troubleshoot this little piece of code, or give me any other methods to change the text? You can visit the site here:
Best regards,
Mikkel Skov Christensen
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Can't change text in stylesheet.’ is closed to new replies.