There is a line in my footer after the menu

Discussion in 'Themia WordPress Theme' started by califfx, Mar 1, 2013.

  1. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    Here is my site. http://advancedspraytan.com/

    There is a line in the footer after the menu and I want it gone. I was noticing all the sample sites have it to. Howeve sites by other purchasers of Themia do not. How do I get rid of this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .footer .footer_menu {
    background: none;
    }
    .footer_line {
    background: none;
    }
     
  3. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    That worked great!!! Thank you.
     

Share This Page