• Resolved stevethefootycoach

    (@stevethefootycoach)


    Hi

    many thanks for a great pricing table πŸ™‚

    Just one thing, is it possible to make the font a little heavier? I would like to make the weight of all the sections 400 instead of 200. I’ve tried some CSS but it hasn’t worked!

    Any help would be much appreciated.

    The page I need help with: [log in to see the link]

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

    (@pickplugins)

    Thanks for using our plugin,

    Please use following CSS

    
    .pricingtable .pt-hd {
        font-weight: 400;
    }
    .pricingtable .column-item-data {
        font-weight: 400;
    }
    .pricingtable-button {
        font-weight: 400;
    }

    Let me know the result.
    Regards

    Thread Starter stevethefootycoach

    (@stevethefootycoach)

    Hi

    thanks for the fast response!

    I’ve added the code in the WP customiser but there is no visible difference unfortunately.

    I’ve cleared all the relevent caches.

    Thread Starter stevethefootycoach

    (@stevethefootycoach)

    It does work now – I just had to specify which table:

    .pricingtable-11894 .pricingtable-14183 .pt-hd {
    font-weight: 500;
    }

    Thanks again!

    Plugin Author PickPlugins

    (@pickplugins)

    Glad to know that, If you love our plugin and support please help us by providing your feedback and five-star reviews here
    https://ww.wp.xz.cn/support/plugin/pricingtable/reviews/

    Regards

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

The topic ‘Make font heavier’ is closed to new replies.