Is there a way to make a link from the three feature box headings to difference pages in the website??
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. This will solve your issue.
thanks for your help. is there an way to give the "rollover" from the new created link an different color??
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.