• Hi guys, congratulations on the beautiful plugin!

    I would like to change the appearance of the term that contains the link to the Wikipedia definition. Within the text it appears with a blue background and an icon (?).

    I would like to style it in a more discreet way, without an icon and without a background, just leave a simple underline.
    I didn’t find settings where to adjust this. Any orientation?

    Thanks!!!

    Guina.-

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter guinasathya

    (@guinasathya)

    Any orientation?

    Plugin Author Wikimedia Foundation

    (@wikimediafoundation)

    Hi Guinasathya,

    Thank you for your feedback and interest in this improvement; we are looking into it and we’ll give you a response soon.

    Plugin Author Wikimedia Foundation

    (@wikimediafoundation)

    Hi @guinasathya,

    While we look at the options for term customization, here’s a workaround you can use in the short term.

    In the admin site, go to “Appearance / customize”, then select the “Additional CSS” option from the left side menu. In the text box, the following CSS should reset the existing term style so you can adjust it to your liking.

    .wmf-wp-with-preview {
    	border: 0;
    	background-color: unset;
    	padding: unset;
    }
    
    .wmf-wp-with-preview::after {
    	content: '';
    }

    Note that the new stye likely won’t apply in the post editor but will apply on the published posts.

    I hope it helps. Let us know how if it works for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Appearance of the term’ is closed to new replies.