Home Page Cleanup

Discussion in 'Appointway WordPress Theme' started by dlman1999, Apr 24, 2014.

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

    dlman1999 Guest

    Joined:
    Apr 22, 2014
    Messages:
    19
    Likes Received:
    0
    I need some assistance in tweaking some of the Homepage settings that doesn't appear to be available under theme options.

    See attached pic. All items that need removed are identified in Red Boxes.

    1. Remove the three "Read More" buttons
    2. Remove line above blog.
    3. Remove bottom portion of home page.

    I don't mind editing the code just need a little direction. daycared.png

    Thank you in advance,
    David
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .featurebox .featurebox_desc a.readmore{
    display:none;
    }
    .feature_testimonial h2{
    border-bottom:none;
    }
    .feature_testimonial .circle{
    display:none;
    }
    .feature_testimonial p{
    display:none;
    }
    .feature_testimonial a.testimonial_link{
    display:none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. dlman1999

    dlman1999 Guest

    Joined:
    Apr 22, 2014
    Messages:
    19
    Likes Received:
    0
    Awesome worked great!!!
     
Thread Status:
Not open for further replies.

Share This Page