Here i am again ! ;-) Im having some trouble with the current font, and i want to change the entire font theme to Verdana. What's the best way to do this ? Edit the .js file ? Thanks again!
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: body { font-family: verdana; } h1, h2, h3, h4, h5, h6 { font-family: verdana; } #menu .ddsmoothmenu li a { font-family: verdana; } #menu .ddsmoothmenu li li a { font-family: verdana; } #featured ul.ui-tabs-nav li span h1 { font-family: verdana; } #featured ul.ui-tabs-nav li span p { } #featured li.ui-tabs-nav-item a { font-family: verdana; } #featured .ui-tabs-panel .info a.hideshow { font-family: verdana; } #featured .info h2 { font-family: verdana; } #featured .info p { font-family: verdana; } .slider_wrapper .infotag { font-family: verdana; } .slider_wrapper .infotag p{ font-family: verdana; } .feturebox .featurebox_inner .featurebox_desc h2 { font-family: verdana; } .feturebox .featurebox_inner .featurebox_desc p { font-family: verdana; } .feturebox .featurebox_inner .featurebox_desc .readmore { font-family: verdana; } .signupForm h2 { font-family: verdana; } .signupForm .signinForm input[type="text"], .signupForm .signinForm input[type="email"] { font-family: verdana; } .signupForm .signinForm textarea { font-family: verdana; } .signupForm .signinForm input[type="submit"] { font-family: verdana; } .signinformbox1.widget h4 { font-family: verdana; } #carousel-full .carousel-posts li p { font-family: verdana; } #carousel-full .carousel-posts h6 { font-family: verdana; } .testimonial h2 { font-family: verdana; } .footer .footer_widget h4 { font-family: verdana; } .footer-bottom .copyrightinfo { font-family: verdana; } span.colorway { font-family: verdana; } .fullwidth h1, h2, h3, h4, h5, h6 { font-family: verdana; } .fullwidth p { font-family: verdana; } #contactForm label { font-family: verdana; } #contactForm input[type="text"], #contactForm textarea { font-family: verdana; } #contactForm input[type="text"], #contactForm input[type="email"] { font-family: verdana; } #contactForm input[type="submit"] { font-family: verdana; } .content-bar .post .post_title { font-family: verdana; } .content-bar .post .post_content .read_more { font-family: verdana; } .content-bar .post .box .post_meta { font-family: verdana; } ol.commentlist li.comment .comment-meta a { font-family: verdana; } ol.commentlist li.comment a.comment-reply-link { font-family: verdana; } #respond label { font-family: verdana; } #respond input[type='text'] { font-family: verdana; } textarea#comment { font-family: verdana; } #commentform input#submit { font-family: verdana; } h3#reply-title { font-family: verdana; } .sidebar p { font-family: verdana; } .sidebar ul li a { font-family: verdana; } .sidebar .popular_post li h4 { font-family: verdana; } .gallery-caption { font-family: verdana; } This will solve your issue.