• Resolved nik2105

    (@nik2105)


    I’ve wanted to change title text-size.
    So I created in custom css this

    .my_trig_class1 {
         font-size: 54pt;
    }

    Then I made this changes:

    [expand title="Title goes here" trigclass="my_trig_class1" tag="h2"]
    Text
    [/expand]

    My Title text didn’t change, but I’ve got that starnge empty spaces between arrows and text. How can I change font-size of title?

    https://www.ads-software.com/plugins/jquery-collapse-o-matic/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    without a link to your page, we can only use our big imagination…

    …more than likely your h2 tag already has a css assigned. so you might try to define it as so:

    h2.my_trig_class1 {
         font-size: 54pt;
    }

    or maybe like:

    .my_trig_class1 {
         font-size: 54pt !important;
    }

    As for the space… it’s due to your theme’s css and how your h2 elements are defined.
    Good Luck!

    Thread Starter nik2105

    (@nik2105)

    I’ve figured out. In edit page mode in wordpress you need to deselect “<>” this tool for your title.

    Plugin Author Baden

    (@baden03)

    glad you got it figured out. Issue marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font-size’ is closed to new replies.