How do I remove the dotted lines on a page?

Discussion in 'Real Photography WordPress Theme' started by chriserve, Jan 7, 2014.

  1. chriserve

    chriserve New Member

    Joined:
    Dec 22, 2012
    Messages:
    20
    Likes Received:
    0

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .main-content .page-info {
    border-bottom: none;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page