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*

Typography option minimum font size

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6067
    Anonymous
    Inactive

    The minimum font size for page-post title is 20

    How can I reduce it to 16 ?

    Thanks

    #6140
    Rabin Shrestha
    Participant

    Hi nash02,

    You have to write custom CSS for this in Appearance->Theme Options->Design Option->Custom CSS

    Rabin

    #6334
    sovit ranjitkar
    Keymaster

    Hi nash02,

    To change the font-size of page/post title to 16 Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title,
    .entry-title { 
    	font-size: 16px;
    }

    Note: Change above digit 16 to your own digit to increase and decrease the size of the page/post title as well.

    Thank you for using our theme.

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