[Resolved] Adding Arrow to Link Post

Home Forums Support [Resolved] Adding Arrow to Link Post

Home Forums Support Adding Arrow to Link Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #391872
    jbpyn

    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

    #391976
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

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

    Let me know.

    #392565
    jbpyn

    Yep, works great. Thanks!

    #392581
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.