Good Morning I have managed to reduce the size of the slider and image in my site wurdz.biz, but now I want to reduce the size of the slide content entry box to 50% of it's current size and also reduce the font size to 16px. Nothing I put in the custom CSS seems to change it. If I look at the element with Inspect Element I can see something called canvas size but I can't find this to copy and amend in the CSS. Can anyone assist? Many thanks Nigel
Hello, 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'); now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slide .slide-content.entry h2 a{ font-size:12px; } .slide .slide-content.entry .title{ line-height:15px!important; } Thanks & Regards Gourav Shrivastava