Would like to remove the footer entirely.

Discussion in 'Poloray WordPress Theme' started by v4sb, Jul 18, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Hi, I would like to remove the footer area entirely.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_wrapper_top {
      display: none !important;
    }
    .footer_wrapper_bottom {
      display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page