Background image not showing

Discussion in 'ClassiCraft WordPress Theme' started by sooraj, Dec 30, 2013.

  1. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
  2. Piyush

    Piyush Support Staff

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

    You are applying the solution of ClassiCraft theme in the LocalBusiness Theme due to which the solution is not working.

    To apply the background image in the header of Local Business theme, you can
    paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header {
    background: url(Enter the background image URL here) no-repeat top left;
    background-size: 100%;
    }
    
    This will solve your issue.
     

Share This Page