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

    Hi,

    is there a way to add a symbol next to the title of a Link Post (essentially a title that points to an external site). I can see that Enfold supports the post format “Link” and correctly sets the link of the title, but I’d like to make it clearer that this is an external link.

    I suspect this will involve modifying the Loop, but I thought, I’d ask the Enfold creators first. Maybe you have some hidden feature for this in your theme?

    Before anyone asks, the site is behind a firewall on a staging server, so it is not accessible from the outside.

    Thanks for any help and pointers.
    Alex

    #573891

    Hey Alex!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #573911

    YES!

    Thank you, Yigit!

    See, I knew you guys had thought of that. :-)

    Cheers,
    Alex

    #573927

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add right arrow (or other symbol) to title for "Link Post Format"’ is closed to new replies.