I'd like to be able to add a link to the text in this section - is this possible? The font size is small here, and I'm curious if that can be adjusted somehow? I'm referring to the text box to the left of the testimonial sliders. My site is: http://www.arlingtonmarketingstrategy.com/ Thanks so much! Jennifer
1.For your first issue Go to Appearance > Theme Option > Slider settings > Slide 1 link and add your link address there. 2.For your second issue Go to Js > Custom.js present in your theme directory and remove the code given below Code: //Cufon Replacement in heading jQuery(document).ready(function() { //Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true }); }); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption h2 a { font-size: 30px; } This will solve your issue.
Thanks so much for the very helpful reply! I think your answer to issue #1 above is not where I want a link. I am interested in the text box area to the left of the sliding testimonials -- on the back end tab this is called "Homepage Second Featured Section" and then the top option under that tab is "First Feature Section." Confusing, I know. Sorry! Jennifer