• Hello!

    I like this plugin a lot, but I just can’t figure out how to change the font of the “trigger text”. I would like it to match the rest of my article.
    It currently looks like this: https://imgur.com/a/vRDnuEn

    Can someone help me with this? That would be awesome.

Viewing 1 replies (of 1 total)
  • Plugin Author twinpictures

    (@twinpictures)

    to change style of the ‘trigger’ you can either change the tag (default: span):

    [expand title="trigger text" tag="div"]...[/expand]
    

    the default can also be changed in the plugin settings.

    If you want to style it will class, then use the trigclass attribute:

    [expand title="trigger text" trigclass="my_class"]...[/expand]
    

    and then define what that class looks like:

    .my_class {
      font-weight: bold;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to change font of the trigger text?’ is closed to new replies.