How to remove footer?

Discussion in 'ColorWay WordPress Theme' started by knleib, Mar 30, 2015.

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

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    How do I completely remove the footer, color and text at bottom of page? This is the bit with...

    "Theme from InkThemes.com are based on P3+ Technology, giving high speed, easiness to built & power of SEO for lending trustworthiness and experience to a customer. The Themes are really one of the best we saw everywhere.
    - Neeraj Agarwal"

    Also Askimet spam blocker... Sorry for questions but I can't figure out.
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    To remove the above mentioned text by you. Go to Appearance>> Theme Options>>Home Page Settings>>Home Page Testimonial Description
    and put your own testimonial text. You can refer the given image as well:

    colorway-home-page-testimonial.png

    To remove akismet plugin follow the instructions mentioned in image:

    colorway-aksimet.png

    Regards,
    Sameer
     
  3. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Thank you. Is there a way to completely remove the testimonial section from the homepage? I entered the code you mentioned above but the big " is still there. Thanks.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Apply and paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard that will remove the testimonial section completely.

    Code:
    blockquote.home_blockquote {
      display: none;
    }
    Regards,
    Sameer
     
  5. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    That's it. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page