Hi, on the home page, I want the headings for the 4 featured images all centered within the width of the images. Also, I would like to add hyperlink to the headings. How can I do that? Thanks
I followed this link and got it centered. http://www.inkthemes.com/community/...-2-3-4-feature-headings-and-description.2415/ Now I just need the hyperlink.
Hello, For your first problem put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .feature-content .feature-item h4 { text-align: center; } it will center your text And to make the heading clickable add the anchor tag in "front-page.php" in the following code. Sending you the image for your reference. http://content.screencast.com/users...08-4abf-ab8c-819e11219914/2013-03-06_1621.png You can add your website address. And do it in all the four featured area. It will solve your problem.