• Hi Imran ali (@imranaliweb),

    I use BlueStreet child theme of WallStreet.
    I’ve just updated WallStreet theme and now there is a new image which appears on header’s background on the Pages and Articles (not on homepage fortunatly).
    This image seems to represent a very big zoom of a green leaf with water’s drops on it.
    See here for exemple: aventil-services.com/environnement/

    The goal is to have nothing instead (a white area). I really wonder where and how I can fix it.
    Feel free to watch at the editor, as you have the link.
    Thank you!

    Before, I coded not to have carousel like this:

    .page-mycarousel {
    background: none;
    }

    .page-mycarousel {
    height: 290px;
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi scribelle,

    Thanks for contacting us,

    For this, follow the threads link below.
    https://wordpress.org/support/topic/page-image-header-green-leaf-problem/

    Any confsuion lets me know.

    Thanks

    Thread Starter Scribelle

    (@scribelle)

    Hi Imran,
    Thank you for your fast answer!
    I red the previous chat about it (sorry, I hadn’t seen it).
    I tried some things based on your code.
    Well, some changes work, like a white banner added for instance (from my media). But it comes above the menu.
    And it does not replace the green leaf image which is still there. The goal being to delete this one.
    I give up the white banner, but I really wonder how to make disappear this leaf’s image on background, as i did put code before in the editor:
    .page-mycarousel {
    background: none;
    }
    ^^

    Hi @scribelle,

    For this paste the following css code in custom css filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css field)

    .page-mycarousel img
    {
    display:none !important;
    }

    Thanks

    Thread Starter Scribelle

    (@scribelle)

    Hi @imranaliweb,

    I should have none this code!
    It works (but only via the editor file, not via css in “customize”).
    Everything is nice now.:)
    Thank you very much.

    Hi @scribelle,

    Hope this helps.
    Also, if you feel that our help needs some favor to return than you can do it by rating our theme in WordPress repo here:
    https://wordpress.org/support/view/theme-reviews/wallstreet/#new-post

    Close this Ticket!!!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Background header’ is closed to new replies.