Home Page Changes

Discussion in 'Andrina WordPress Theme' started by lklatt76, Nov 11, 2013.

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

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I remove the heading titles on the home page on the 4 feature paragraphs. I just want the paragraphs and no titles just he boxes. Also I want to center the feature Heading in between the slider and the 4 features "gluten free made easy".

    my url: http://ebenezerfoods.com
     

    Attached Files:

  2. 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 .feature-item h4 {
    display: none;
    }
    .feature-content h1 {
    text-align: center;
    }
    
    This will solve your issue.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    That worked! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page