Traffica PRO - Remove Testimonial & Accordian

Discussion in 'Traffica WordPress Theme' started by davidgowe, Mar 20, 2016.

  1. davidgowe

    davidgowe New Member

    Joined:
    Mar 20, 2016
    Messages:
    4
    Likes Received:
    0
    I have the Traffica Pro Theme and for the site that I am building, I do not want to have the Testimonial and Accordian sections on the Home Page. Unlike the Blog, there is no ON/OFF toggle. Do provide directions on how this can be achieved.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To remove the concerned areas, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#demo-wrapper {
        display: none;
    }
    .feature_testimonial {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    mrodriguezfhe likes this.
  3. davidgowe

    davidgowe New Member

    Joined:
    Mar 20, 2016
    Messages:
    4
    Likes Received:
    0
    Thank
    That works. But I realize there are 2 more blocks.

    How can I get the front page to display like the free version - nothing else between the. 4 columns features and footer
     
  4. nitin

    nitin Guest

    Hi,

    Thank you for getting back to us.

    To remove the concerned areas, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home-content .home_content {
        display: none;
    }
    Next, just go to (Appearance -> Widgets) of your dashboard. Then from the list of available widgets, just select the 'TEXT' widget and drag-and-drop it to the "Home Page Sidebar Feature Widget Area" on the right.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page