• Resolved zdzyloaka

    (@zdzyloaka)


    Is there a simple way to add a new font option?

    I want to change the <h3> titles (the person’s name) to PT Sans Narrow, and the content (members small description) below it to PT Serif. Is this possible?

    When I try to overwrite the current content formatting in the custom css section, it’s not working/doing anything.

    • This topic was modified 9 years, 6 months ago by zdzyloaka.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Can you please provide me your team page url?

    Thanks

    Thread Starter zdzyloaka

    (@zdzyloaka)

    http://wpstage.rahb.ca/commercial-realtors/

    I’m trying to change the two font types in the css.. but nothing works.

    Thread Starter zdzyloaka

    (@zdzyloaka)

    Woops, should have mentioned it like:

    NAME NAME NAme (to PT Sans Narrow)
    Position (PT Serif)
    Description (PT Serif)

    Plugin Author wpshopmart

    (@wpshopmart)

    Here is custom css for team font format

    #wpsm_team_2_b_row_4487 .wpsm_team_2_member_wrapper_inner h3{
    font-family: 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif !important;
    }
    #wpsm_team_2_b_row_4487 .wpsm_team_2_b_desig{
    font-family: 'PT Serif', Georgia, "Times New Roman", serif !important;
    }
    #wpsm_team_2_b_row_4487 .wpsm_team_2_b_desc{
    font-family: 'PT Serif', Georgia, "Times New Roman", serif !important;
    }

    add above css in your team custom css field

    Try ti and then let me know.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Format Text’ is closed to new replies.