From where can I control a background image change?

This topic has 6 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: Webacto
    Webacto
    Participant
    September 25, 2015 at 18:18

    I’m realising this page, duplicating the faq page model and I’m going to modify it.
    http://lococostyle.com/about/

    I need to change the background image, from where can I link the new one?

    And why breadcrumbs in this page doesn’t be displayed?

    5 Answers
    Avatar: stan
    Stan Russell
    Participant
    September 26, 2015 at 18:42

    Hello,

    please select needed page, click on ‘Edit page’, after that click on ‘Gear’ icon and add following css code

    .page-wrapper {
        background-image: url("http://<strong>link to your image</strong>") !important;
    }

    Regards,
    Stan Russell.

    Avatar: Webacto
    Webacto
    Participant
    September 27, 2015 at 20:13

    Hello,

    I added this code in my css option of my about page:
    .page-wrapper {
    background-image: url(“http://http://www.lococostyle.com/wp-content/themes/royal/images/about1.png“) !important;
    }

    but background image doesn’t change.
    Why?
    How to solve it?

    I mean, actually I have this About background image page:
    http://lococostyle.com/about/

    and I want to change in in this new one:
    http://www.lococostyle.com/wp-content/themes/royal/images/about1.png
    (correctly charged in my server)

    How it’s wrong?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 28, 2015 at 10:03

    Hello,

    You had this code written:

    .page-wrapper {
        background-image: url("http://<strong>www.lococostyle.com/wp-content/themes/royal/images/about1.png</strong>") !important;
    }

    I’ve edited it to this:

    .page-wrapper {
        background: url("http://www.lococostyle.com/wp-content/themes/royal/images/about1.png") no-repeat !important;
    }

    and enabled Page Heading in Page Layout box in the editor.

    Please check the page now.

    Best regards,
    Jack Richardson.

    Avatar: Webacto
    Webacto
    Participant
    September 28, 2015 at 13:05

    Hello,

    thank you but I need something different: I mean, I need not a image background page heading but only to change the “black necklace and bracelet image” into the second one with two girls but I can’t simply overight the “black necklace and bracelet image” with the new one because it has been used in other pages where I want mantain it.

    I need probably a new code that give me the options to customize my actual “black necklace and bracelet image”.

    Is it clear?

    At your disposicial for further explaination

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 29, 2015 at 08:35

    Hello,

    I changed image in the row settings:
    http://storage7.static.itmages.com/i/15/0929/h_1443512121_1282305_8a99306372.png

    Please check the page now.

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.