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*

Title/Content Font Size Limited in the Options

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62056
    Rufando
    Participant

    I want my Title post Font Size as 46-52 just like before in my customize free version but it limits to 34 (so little) and the Content font size is also small, I want it 22 but the max in font size options is only 17. Please help. Thank you for the support.

    #62090

    Hi there,

    Please add below custom CSS code in Appearance > Customize > Additional CSS to increase the built-in font-size of the title and content.

    .entry-title,
    .comments-title,
    .page-title {
    	font-size: 28px;
    }
    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;
    }

    Note: Increase the above digit value 28 for title and 15 for content section.

    Thank you!

    #62104
    Rufando
    Participant

    Thanks a lot for the support.

    #62295

    Welcome anytime @restyumali-sl

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