badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

font too small

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61292
    vorticeblu
    Participant

    hello, in the transition from my old theme to this new I have the font too small, I tried to maximize the font of the “content” but still for my needs is too small , where I can manually modify the px of the font ? so as to include those that I kept in the old theme. Thanks

    #61363

    Hello @vorticeblu,

    To set the font for the content go to Appearance > Customize > Typography.
    Or If you need to set manually just go to Appearance > Customize > Additional CSS. and paste the below custom CSS code.

    @media (min-width: 768px) {
    	body,
    	input,
    	textarea,
    	select,
    	blockquote footer,
    	.blockquote-footer,
    	blockquote cite,
    	.form-control,
    	input,
    	textarea,
    	select,
    	.site-description,
    	.search-block .form-control,
    	.wp-block-image,
    	.wp-block-image figcaption,
    	#bbpress-forums,
    	#bbpress-forums button,
    	#bbpress-forums ul.bbp-lead-topic,
    	#bbpress-forums ul.bbp-topics,
    	#bbpress-forums ul.bbp-forums,
    	#bbpress-forums ul.bbp-replies,
    	#bbpress-forums ul.bbp-search-results,
    	div.bbp-search-form input,
    	div.bbp-search-form button,
    	div.bbp-breadcrumb,
    	div.bbp-topic-tags {
    		font-size: 15px;
    	}
    	th {
    		font-size: calc(15px + 3px);
    	}
    	.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title {
    		font-size: calc(15px + 1px);
    	}
    }

    Change increase the above digit value 15 to your own desire value to maximize the content font size.

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.