Remove "Feature Text Heading" and "Testimonial" from home page

Discussion in 'ColorWay WordPress Theme' started by scar_face, Jun 7, 2015.

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

    scar_face New Member

    Joined:
    Jun 5, 2015
    Messages:
    20
    Likes Received:
    0
    There is the "Feature Text Heading" as well as what looks to me as a testimonial section on the home page.
    Any way I can remove them easily? So in essence I would like my Logo to appear then my slider and right after the slider I want the footer to display.

    Thank you in advance.
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope Doing Good.

    Could you please provide your site URL along with some edited screenshots so that I can assist you accordingly.

    If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.
     
  3. scar_face

    scar_face New Member

    Joined:
    Jun 5, 2015
    Messages:
    20
    Likes Received:
    0
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    Code:
    .content-wrapper {
      display: none;
    }
    Do let me know if you need further assistance,
     
  5. scar_face

    scar_face New Member

    Joined:
    Jun 5, 2015
    Messages:
    20
    Likes Received:
    0
    Thx, Worked.
     
  6. scar_face

    scar_face New Member

    Joined:
    Jun 5, 2015
    Messages:
    20
    Likes Received:
    0
    Oops, spoke to soon.

    Now my content is removed on all pages. I just need it removed on the home page.
     
  7. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    I am sorry for the last reply in which I had provided you a code to remove "Feature Text Heading" and "Testimonial" from the home page.
    The code was incomplete.

    Please remove the earlier provided code and use the CSS code given below.

    Code:
    .content-wrapper .content-info.home {
      display: none;
    }
     
    .flex_testimonial {
      display: none;
    }
    Do let me know if you need more assistance,
     
  8. scar_face

    scar_face New Member

    Joined:
    Jun 5, 2015
    Messages:
    20
    Likes Received:
    0
    Thx,

    That did the trick.
     
Thread Status:
Not open for further replies.

Share This Page