Footer with two dotted lines

Discussion in 'Real Photography WordPress Theme' started by faizalproperty, Mar 2, 2013.

Thread Status:
Not open for further replies.
  1. faizalproperty

    faizalproperty New Member

    Joined:
    Mar 2, 2013
    Messages:
    7
    Likes Received:
    0
    Hi,

    How do i remove the 2 dotted lines at the bottom of the main page?
     
  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-bottom {
    border-top: none;
    border-bottom: none;
    }
     
  3. faizalproperty

    faizalproperty New Member

    Joined:
    Mar 2, 2013
    Messages:
    7
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page