3 feature photo link + font question

Discussion in 'Woodpecker WordPress Business Theme' started by chassieb, Sep 24, 2014.

Thread Status:
Not open for further replies.
  1. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Hi!!

    I have 2 questions:

    1. How can I have the photos in the 3 feature area link to the page associated with that photo? Right now only the headline links. Screen shot attached

    2. How can I change the font in the woo commerce products? It's pulling the H3 code but I would like to assign something different and more readable.

    here is a link to the site: http://test.heatherlindemenn.com/

    Thank you so much!!
    Chassie
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Do you want to link the images with their headline links, and not open image on click on image ?
    2. Paste the code given below in Custom CSS section to fix your second issue with your desired color and font-size.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: your desired font-size in pixel(px);
    color: your desired color;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Yes - I would like for the images to link to the headline links.

    Thank you for the other code!
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to edit front-page.php file as shown below in screenshot.
    25sep2.png
    1. Delete href and rel="prettyPhoto[gallery1] from image anchor tag.
    2. Copy href from heading related to images and paste in image's anchor tag.
    3. Do this process for all three images.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Yogesh this is the best solution yet
     
Thread Status:
Not open for further replies.

Share This Page