Testimonials/Video on Landing page and footer menu

Discussion in 'Themia WordPress Theme' started by bblsystems, Jun 7, 2013.

  1. bblsystems

    bblsystems Guest

    Joined:
    Jun 6, 2013
    Messages:
    12
    Likes Received:
    0
    I could not find the exact instructions in previous posts.

    1) How do I remove the testimonial section? This is not present in the lite version of the theme but appears in the pro version and I do not see a switch to turn that off.

    2) How do i make the automatic footer menu match the upper custom header menu I created?

    3) How do I remove the footer menu if I later decide to do so?

    4) on your default page template a set of sidebar widgets appear. How do I remove those? In the WP Widget area the widgets do not show as being selected.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .testimonial {
    display: none;
    }
    
    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    3.For your third issue

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .footer .footer_menu {
    display: none;
    }
    4.For your fourth issue
    Go to the
    Appearance > Widgets
    Drag widgets and drop them in the Primary and Secondary widget area, It will automatically display at your sidebar.
     

Share This Page