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

    (@baden03)

    by using CSS.

    You can add in css under:
    Dashboard > Settings > Collapse-O-Matic > Custom CSS

    For example:
    CSS

    .my_css_class {
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 1.2em;
    }

    and then you can assign this class to the trigger or target using trigclass or targclass attributes.

    Let us know of that points you in the right direction.

    Thread Starter izharcohen

    (@izharcohen)

    Hi Baden,
    Thank you, that worked. I have another question, there is a big space between the title and the text. Is there a way no nerrow it ?
    Thanks, Izhar

    Plugin Author Baden

    (@baden03)

    There are many threads on the spacing issue.

    But mostly it comes down to how you build the shortcode. For example:

    [expand ...]
    Content
    [/expand]

    vs.

    [expand ...]Content[/expand]

    Issue marked as resolved.

    Thread Starter izharcohen

    (@izharcohen)

    Thank you !

    Plugin Author Baden

    (@baden03)

    glad we could help. If you are happy with the plugin or it’s support, consider leaving a review.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change text’ is closed to new replies.