Text in the mobile web. I have a wonder if it is possible to make the text smaller on mobile website. The text is in SlideBar grow up and I have to scroll past it a bit to see what's underneath. What can I do to make the text smaller? Homepage http://www.campneptun.se //Lotta
Hello, For this first you need to remove cufon. Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Sending image for reference After that Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .content-info h1.title { font-size: 0px;} }
HI! Thank you for your answer. I cant find the custom.js in ftp. Or in the editor in wordpress. Do you know where I can find it? Bet Regards Lotta Carlberg
Hello, Follow the link given below http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/