Remove Services

Discussion in 'Traffica WordPress Theme' started by hoffmanmillerads, Oct 11, 2018.

  1. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    How do I remove the "Services" accordion?
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    div#demo-wrapper {
        display: none;
    }
    .sidebar.home {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     
  3. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    that took out everything from the accordion on that part of the page (including testimonials) so it left 1/3 of the page empty. Can I just get the accordion and the testimonial to go away only?
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    .feature_testimonial {
        display: none;
    }       
    
    div#demo-wrapper {
        display: none;
    }               
        
    Regards,
    Akbar
    InkThemes.com
     
  5. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    perfect, that got it.
     
  6. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    That sounds great.
    If you need further help then do let us know we will be ready to help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page