Home Forums Pro Themes Signify Pro Font Size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #176321
    Megan Sigler
    Participant

    How do I change the font size?

    #176384
    Psink
    Keymaster

    We need to add a few lines of additional CSS. Can you please share your site URL and mention the element that you want to change the font size for?

    #176408
    Megan Sigler
    Participant

    The font size across the entire site needs to be increased. The site URL is cchubs.com

    #176409
    Megan Sigler
    Participant

    Let me refine my last response. I would say that headings and form fonts are fine but the paragraph, menu and button fonts are too small.

    #176416
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    
    body , .posts-navigation, #content #infinite-handle span button, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .comment-subscription-form, .more-link, #testimonial-content-section .entry-header .entry-meta > span, .section-subtitle, .view-more .button, #collection-section .collection-wrapper .product-container .button, #collection-section .collection-wrapper .product-container .added_to_cart, .main-navigation a {
        font-size: 14px;
    }
    
    .site-description, .header-top-left .count, .header-style-two .site-header .site-header-main .wrapper .site-description, .site-header-top-main .site-navigation a, .site-header-top-main li, .site-header-top-main ul li > a .fa, .post-navigation .nav-subtitle, #social-footer-navigation .screen-reader-text, .archive-posts-wrapper .entry-meta a {
        font-size: 12px;
    }
    
    .site-info, .entry-footer .entry-meta, #testimonial-content-section .entry-meta, .entry-meta, .breadcrumb-area, .woocommerce .woocommerce-breadcrumb, .post-navigation .meta-nav, #header-top .cart-contents:before, .woocommerce-review__published-date, .widget-title, .header-media-tagline {
        font-size: 12px;
    }
    
    .widget, .widget .hentry .entry-title, .site-header .icon, .search-submit, .pagination, .woocommerce-pagination, .breadcrumb-area, aside.footer-widget-area .widge, .sidebar .widget, .color-scheme-photography .custom-header .header-media-tagline, .widget .widget-title, .post-navigation .nav-title, .menu-toggle-close, .dropdown-toggle, .search-toggle:before, .search-submit:before, .cart-contents:before, .navigation.pagination a, .menu-label, .menu-toggle{
        font-size: 14px;
    }
    
    [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
        font-size: 13px !important;
    }
    
    #176430
    Megan Sigler
    Participant

    Thank you. That worked great. Can you help me with increasing the font size for the footer at the bottom that says: “This site values inalienable rights…”?

    #176495
    Psink
    Keymaster

    Please add this CSS

    
    #colophon #block-128 .widget-wrap p {
        font-size: 18px;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.