Few questions

Discussion in 'Harrington- A WordPress Business Theme.' started by jordielindstrom, Feb 9, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hello,

    How to reduce gap between pages? See attached

    How to remove header on other pages? See attached

    Is it possible to have background image on homepage only?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li {
    margin-right: 0px;
    }
    .page_heading_wrapper {
    display: none;
    }
    body.home {
    background: url(Enter your backgrond image URL address here);
    } 
    This will solve your issue.
     

Share This Page