• weekendwarrior404

    (@weekendwarrior404)


    Guys,

    For the life of me I CANNOT find the exact image of this website (THE BAKER SLIDER IMAGE).
    Its’ not contained in a plugin, in a slider or in theme options. Google Inspect element won’t bring it up either.

    https://staging.kikka.com.au/

    Any ideas????

    thanks
    R

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello weekendwarrior404,

    according to my understanding you want header image location, Header image name is homepage-banner.jpg and it is located at https://staging.kikka.com.au/wp-content/themes/nueva/images/pages-stage2/homepage-banner.jpg for https://staging.kikka.com.au/ url.

    Header image is setup by css.

    Hope this will helps you.

    Thread Starter weekendwarrior404

    (@weekendwarrior404)

    Thanks so much!! big help. I just wanted to confirm as I’ve checked in the CSS
    and i dont see the link to that image anywhere. Can you help? See atttached. I checked pages-stage2.css and it’s not in there. Can you help? thanks!!!!

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello weekendwarrior404,

    Home page banner image (THE BAKER SLIDER IMAGE) is in sy-header-footer.css file located at https://staging.kikka.com.au/wp-content/themes/nueva/css/
    Below code is in sy-header-footer.css file:

    .banner-container {
     background: rgba(0, 0, 0, 0) url("../images/pages-stage2/homepage-banner.jpg") no-repeat scroll center center / cover ;
     position: relative;
     width: 100%;
    }
    Thread Starter weekendwarrior404

    (@weekendwarrior404)

    Thank you, all sorted! Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exact header image location not found’ is closed to new replies.