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
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
YES!
Thank you, Yigit!
See, I knew you guys had thought of that. :-)
Cheers,
Alex
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