Modifying First Feature Section Text and Links

Discussion in 'Dzonia WordPress Theme' started by jmulchandani, Nov 6, 2012.

  1. jmulchandani

    jmulchandani New Member

    Joined:
    Aug 2, 2012
    Messages:
    2
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.


     
  3. jmulchandani

    jmulchandani New Member

    Joined:
    Aug 2, 2012
    Messages:
    2
    Likes Received:
    0
    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
     

Share This Page