• I want to style one or more tags that appear alongside each link. I couldn’t find find where this might be documented so I took a punt at the name but without success ;-(.
    Is styling the link tag possible?

    .link_tag {
    	padding: 2px;
    	margin: 6px;
    	color: #FFF;
    	
    	background-color: #6b6b6b;
    }
    	
    • This topic was modified 7 years, 9 months ago by westerdaled.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sure. If you go to the Advanced tab in Library Configurations, then find Link Tags in the table of elements, just add: <span class="link_tag"> in the before column for Link Tags, and </span> in the After column.

    The CSS rule you wrote above should then style your tags.

    Thread Starter westerdaled

    (@westerdaled)

    Oh yes I forgot about the markup in the table of elements. Thanks for that. I now need to remember to tag each link as otherwise I get a nice little empty rectangle next to each one based on the padding and margin 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Styling tags inline with the link’ is closed to new replies.