CSS Script to hide Customer Testimonial

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by lamakadu, Sep 28, 2018.

Tags:
  1. lamakadu

    lamakadu New Member

    Joined:
    Aug 23, 2018
    Messages:
    6
    Likes Received:
    0
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    Go to the WordPress Dashboard -> Appearance -> Customize -> Additional CSS
    Then paste the below CSS code there.

    To hide the full testimonial section:

    .feature_testimonial {
    display: none;
    }


    To hide the heading of the testimonial section:

    .feature_testimonial h2 {
    display: none;
    }


    Regards,
    Akbar
    InkThemes.com
     
  3. lamakadu

    lamakadu New Member

    Joined:
    Aug 23, 2018
    Messages:
    6
    Likes Received:
    0
    Thanks for quick response.
    The Idea is i want to in Home Page About Section, i want to remove :

    About Us
    What Our Client Say
    A QUick Demo


    And just keep : Kee Service We Provide

    Please advice
     
  4. lamakadu

    lamakadu New Member

    Joined:
    Aug 23, 2018
    Messages:
    6
    Likes Received:
    0
    Thanks for quick response.
    The Idea is i want to in Home Page About Section, i want to remove :

    About Us
    What Our Client Say
    A QUick Demo


    And just keep : Service We Provide

    Please advice
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Simon,

    Greeting from InkThemes,

    Go to the WordPress Dashboard -> Appearance -> Customize -> Additional CSS
    Then paste the below CSS code there.

    .feature_testimonial h2 {
    display: none;
    }

    .sidebar span.widget-h3 {
    display: none;
    }

    .home-content .text_feature h2 {
    display: none;
    }


    Hope this will be helpful to you.

    Regards,
    Akbar
    InkThemes.com
     
  6. lamakadu

    lamakadu New Member

    Joined:
    Aug 23, 2018
    Messages:
    6
    Likes Received:
    0
    I have put the script but not applied.
    See attached.
     

    Attached Files:

  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Simon,

    Greeting from InkThemes,

    To remove the whole sections.

    Go to the WordPress Dashboard -> Appearance -> Customize -> Additional CSS
    Then paste the below CSS code there.

    .home-content .text_feature {
    display: none;
    }

    .sidebar.home {
    display: none;
    }


    Hope this will be helpful to you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page