• Looking for ways to make the link more attractive than just underlined text, for example. A button to the right of the text might be nice but too small for smartphone screens. I was thinking about a right-pointing triangle to the right of the text, but also probably too small.

    • This topic was modified 2 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 1 replies (of 1 total)
  • What you are looking for can be implemented relatively easily via CSS if a theme does not already support it. A sticking point could be the icon, which you want to display next to it. Often icon fonts are used for this. WordPress brings something like that with the dashicons, but they are not very extensive in the selection.

    Also your wish depends on the HTML code your site uses. Without knowing this page I can only help you roughly.

    Here is a very simple example with the Font Awesome font, which of course would have to be included in the web page as well:

    a:after {
             font-family: 'FontAwesome';
             content: " \f08e";
           }
Viewing 1 replies (of 1 total)
  • The topic ‘create attractive but useful linking buttons/styles’ is closed to new replies.