Site logo

Archived topic

Adding Arrow to Link Post

3 replies · Started by jbpyn on September 25, 2017

Viewing posts 1–4 of 4

Absolute beginner here. This is no doubt embarrassingly simple, but I'm failing miserably. All I want to do is add the CSS to indicate a Link post with an arrow, to other symbol after the title. Like this:

.format-link .post-title a:after {
content: ' →';
}

I obviously have this wrong. Can somebody please point me in the right direction.
My sincere thanks

Hi there,

Try this:

.format-link .entry-title a:after {
    content: " →";
}

Let me know.

Yep, works great. Thanks!

No problem!

This archived topic is closed to new replies.