link from Feature Box Heading

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Nov 3, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is there a way to make a link from the three feature box headings to difference pages in the website??
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Theme Options > Home Page Feature Settings panel in your dashboard
    and paste the code given below in the "Feature Box Heading" sections.
    Code:
    <a  href="Enter your URL link of another page here">Enter your feature box heading here</a>
    See the image for the reference.

    [​IMG]

    This will solve your issue.
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    thanks for your help.

    is there an way to give the "rollover" from the new created link an different color??
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 h5 a:hover {
    color: red;
    }
    In place of "red" you can put your color or color code.
     

Share This Page