• Resolved anatomyinterior

    (@anatomyinterior)


    Hey,

    I’ve been fiddling around with the different classes but I just can’t seem to get the expanded text to my desired size. Targclass / trigclass; overall css – I tried it everywhere!

    How can I get the text bigger?

    The page I need help with: [log in to see the link]

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

    (@twinpictures)

    There are a couple of ways to do that:
    First, simply change the tag attribute to use an H1 or H2, ect:

    [expand tag="h2" title="Trigger Text"]...[/expand]
    

    Next option would be to use the triggclass attribute to assign a custom CSS class:

    [expand trigclass="my_big_text_class" title="Trigger Text"]...[/expand]
    

    and then define your class in your theme’s quick css section, or in the plugins custom css section.

    .my_big_text_class {
       font-size: 55px
    }
    

    Both options are clearly explained with examples in the documentation.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t change font-size of expanded text (targclass?)’ is closed to new replies.