Center Featured Image Heading

Discussion in 'Andrina WordPress Theme' started by hohohaha, Mar 5, 2013.

  1. hohohaha

    hohohaha New Member

    Joined:
    Mar 4, 2013
    Messages:
    12
    Likes Received:
    0
    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
     
  2. hohohaha

    hohohaha New Member

    Joined:
    Mar 4, 2013
    Messages:
    12
    Likes Received:
    0
  3. Harmeet

    Harmeet Support Staff

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

Share This Page