• Resolved ronsmithmd

    (@ronsmithmd)


    I’m trying to change the default text style of all the expand and contract titles.

    Currently I have this working using this below on at this link but its messy:

    https://www.amerechristian.com/?page_id=31

    <span style="font-family: Gaugin; font-size: 28pt;">[expand title="Read more..." swaptitle="Close..." trigclass="noarrow"]</span>

    I can’t get the span tag with single quotes inside the title attribute. It just won’t work. I’m using the DIVI theme. I’ve got custom css hiding the arrow, so surely I’m just not finding the right css in the forum to do what seems should be simply.

    Please pardon me if I’m asking something that has been answered already. I called myself looking carefully at some 25 pages of forum posts.

    Warmest regards,

    Ron Smith, MD

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

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

    (@baden03)

    Hello! Give this a try:

    1. add a new class to the custom css section of the plugin options page:

    .my_trigger_class {
         font-family: Gaugin;
         font-size: 28pt;
    }

    2. Then add my_trigger_class to the trigclass attribute:

    [expand title="Read more..." swaptitle="Close..." trigclass="noarrow my_trigger_class"]...[/expand]

    Please let us know if that resolves the issue for you.

    Thread Starter ronsmithmd

    (@ronsmithmd)

    Hi, Baden.

    That works very well. This fix was very important. I’m using WP 4.1.1 with WP Edit Pro 3.5, and when I surround your shortcode with the span tag to get the desired font style to match my site, the visual editor was clobbering not only the span tags, but deleting content downstream. That’s bad!

    Now with the css styling correct, the visual editor leaves content and shortcode alone, and the shortcode is functioning as expected. For completeness, and so that others can benefit, here is exactly what I’m using.

    CSS setting in the Collapse-O-Matice Custom Style field:

    .collapseomatic_content {
    margin-left: 0px !important;
    padding: 0px;
    }
    .my_trigger_class {
    font-family: Gaugin;
    font-size: 28pt;
    }

    Here is the shortcode with content (there is a space between the ‘noarrow’ and the ‘my_trigger_class’ values in the trigclass attribute.

    [expand title=”Read more…” swaptitle=”Close…” trigclass=”noarrow my_trigger_class”]Testing.[/expand]

    Warmest regards,

    Ron Smith, MD

    Plugin Author Baden

    (@baden03)

    Glad you got it working!
    Please consider leaving a short review or the plugin or it’s support.
    Issue marked as resolved

    Thread Starter ronsmithmd

    (@ronsmithmd)

    Done! Thanks a lot, Baden!

    Warmest regards,

    Ron Smith, MD

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site-wide expand title style (font, size, etc)’ is closed to new replies.