Home › Forums › Pro Themes › Signify Pro › Font Size
- This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago by Psink.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
December 30, 2021 at 11:15 am #176321Megan SiglerParticipant
How do I change the font size?
January 1, 2022 at 11:27 pm #176384PsinkKeymasterWe 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?
January 2, 2022 at 8:58 am #176408Megan SiglerParticipantThe font size across the entire site needs to be increased. The site URL is cchubs.com
January 2, 2022 at 9:12 am #176409Megan SiglerParticipantLet 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.
January 2, 2022 at 10:20 pm #176416PsinkKeymasterPlease 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; }
January 3, 2022 at 10:14 am #176430Megan SiglerParticipantThank 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…”?
January 4, 2022 at 10:16 pm #176495PsinkKeymasterPlease add this CSS
#colophon #block-128 .widget-wrap p { font-size: 18px; }
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.