trouble with page display

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Dec 11, 2015.

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

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, On the page on my website, the wrong pic shows in the top background. Please let me know how to fix this to show the pic from my home page. I have attached a screenshot. Thanks, Sandra PS The website is breakthroughppc.com
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Just for your information, that image uses to come by default over there so you can replace that with your desired one by adding code in Custom CSS field of your dashboard.
    Code:
    .page-top-bg img {
        background: url("http://localhost/wordpress/wp-content/uploads/2015/10/images6.jpg") no-repeat;
    }
    To get the URL of the image, you need to follow the steps given below.

    1) Upload image in your media library.

    2) click on the image in media and you will get a URL link of the image.

    3) Now just copy that link in above code between (" ") bracket.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
  4. priya

    priya Guest

    Hello Sandra,

    You can set the background image from Theme Option panel of your dashboard as well as there is an option to set the background image for the template header.

    Please follow the screenshot given below.

    template_backgroung_image.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    thanks, that worked great. Sandra
     
Thread Status:
Not open for further replies.

Share This Page