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*

I need the Css to change attitude theme fonts

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2953
    Emmykk
    Participant

    I love the attitude theme,but like it fonts to be exactly like clean retina theme fonts both in size,.what css will go into attitude admin css option to achieve this?..
    If this will give bad topograpy,what css code can increase the tiny attitude theme font a little?

    #3007
    sovit ranjitkar
    Keymaster

    Hi Emmykk,

    To integrate fonts exactly like clean retina theme fonts Go to Appearance -> Theme Options -> Webmaster Tools -> Analytics and paste the following code.

    <link href='http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic' rel='stylesheet' type='text/css'>

    after that Now Integrate the font into your CSS Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste you CSS code:

    body, 
    input, 
    textarea, 
    #site-description, 
    .slogan-wrap 
    .slogan span, 
    #access select   {
    	font: 13px 'Gentium Basic', serif;
    }

    Note: Change above digit value to increase or decrease the size of font.

    Now Click on Save all Changes Button and refresh your browser.

    Thank you for using our theme.

    #49828
    fra_nce
    Participant

    Hi there, why can’t i see >analytics where to paste the above code? thanks

    #49831

    Hi fra_nce,
    Sorry that feature has been removed from wordpress.org guidelines and it falls under plugin territory. You can try some plugins which supports analytics and add the above code.
    Thank you

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