Remove ribbon border on footer

Discussion in 'Themia WordPress Theme' started by wagunn21, Feb 13, 2013.

  1. wagunn21

    wagunn21 New Member

    Joined:
    Oct 12, 2012
    Messages:
    3
    Likes Received:
    0
    I have the Themia theme and would like to delete the ribbon or wavy border on the bottom of each page. Thanks.
     
  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_bg{
    background-image:none;
    }
     

Share This Page