Themis options

Discussion in 'Themia WordPress Theme' started by ttolbert, Jul 14, 2013.

  1. ttolbert

    ttolbert New Member

    Joined:
    Jun 15, 2013
    Messages:
    1
    Likes Received:
    0
    How do I get rid of the testimonial header and content as well as the testimonial widget header and content on the main page? I don't want it to display at all.

    Also, how do I remove the footer menu?

    thanks.
     
  2. Gourav

    Gourav Support Staff

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

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


    Code:
    .testimonial_bg {
    display: none;
    }
    .footer .footer_menu {
    display: none;
    }
     

Share This Page