Hello, I have a trouble with the Slides Heading and description. I was looking the way to customize it and i added the folowuin code( and deleted the coufon code too) : .sl h1 { color: #000; font-family: yHelvetica; font-size: 30; }; font-size: 15; } .sl h2 { color: your color code; font-family: your font family; font-size: your font size; } The text size don t change and i belive that i folow your manual......what's the problem? Thanks www.mediambar.com
Hello, We have checked your website and it seems that cufon is not removed successfully from your website that's why these codes are not working please check again and remove the cufon code properly. Check link for reference http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/
Hello, I follow your manual and don't seems that works well, i don t now whrere's the trouble..... ;( Perhaps i have to wait web refresh the cookies cache and then it will show me the correct text sizes ? Thanks
Hello, Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check your issue.
Hello another time. Hello, I follow your manual and don't seems that works well, i don t now whrere's the trouble..... ;( my code is : .slide .slide-content.entry h2 a { color:#000; font-family:Helvetica; font-size:10; } .slide-content p{ font-size:10; } WHATS THE MISTAKE???
Hello, You are not giving fontsize in px. That's why it is not working. Paste this code in custom css. It will work. Code: .slide .slide-content.entry h2 a { color:#000; font-family:Helvetica; font-size:10px; } .slide-content p{ font-size:10px; } Note: Slider images you are using are too big. Use recommended size images. It will improve site loading time.