Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #2797
    ecogirl
    Member
    Post count: 13

    How do I get the H4 font without bolding? I am trying to mirror the TEAM name/title format with a separate html block, and I can’t recreate the unbolded version of the H4 size font. (see attached screenshots).

    #2804
    JR3 Creative Studio
    Member
    Post count: 26

    You can solve putting this line into -> Flexform Options -> General Options -> Custom CSS

    .team-member-name { font-weight:normal !important; }

    ๐Ÿ˜‰

    #2877
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @vividamusic – thanks for the assistance! ๐Ÿ™‚

    Alternatively, you could just add this code:

    .team-member .team-member-name {
    font-weight: normal;
    }
    

    – Ed

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register