Bigger, bolder text on buttons.

Hi. If you look at this page: http://intarsiadesigns.com/newsite/contact you'll see the "Send Now" Button text is difficult to read. The same is true here: http://intarsiadesigns.com/newsite/shop for the "Filter" button on the right.

How can I make them bigger and/or bolder? I can't see an option under the Fonts in the theme options.

I also can't see how to globally change the 'paragraph' font style or size.

Thanks
Bob

Comments

  • Hi Bob,

    to make those buttons text bigger and bolder, please use the following css:
    .woocommerce .widget_price_filter .price_slider_amount .button { font-size: 16px; font-weight: bold !important; }
    .wpcf7-submit {
        font-size: 16px;
        font-weight: bold;
    }
    But to change page content font sizes, please check Theme options > Fonts > Size & Style section.
Sign In or Register to comment.