• Resolved vicagacel

    (@vicagacel)


    Hello everybody,

    New user, i would like to custom the header image. To do that, i need to delete the style tag like below . When i inspect the source code, i see that:
    <div class="header-image parallax" style:"background-attachment: fixed; background-position: 50% 33px;">
    How to delete the custom style tag ?

    Excuse me for my poor english and many thanks for ypur help !

    Best regards,

    Vicagacel

    • This topic was modified 4 years, 10 months ago by vicagacel.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter vicagacel

    (@vicagacel)

    To be more understood (my poor english…) i would like to custom the header and put the image background “fixed” in his div and not start from the top of the page
    Excuse me for my poor english and many thanks for your help !

    Best regards,

    Vicagacel

    Hello Vicagacel,

    I would like to custom the header and put the image background “fixed” in his div and not start from the top of the page

    I’m not sure what exactly you want to achieve, can you please provide more details?

    Kind Regards, Roman.

    Thread Starter vicagacel

    (@vicagacel)

    Thank you for your answer and excuse my poor english…
    In this theme, the header background image, thanks to a JS script, stay on top when you scroll. I would like the background image stay in his container (div.header-image) and doesn’t move.
    Is it more understandable ? ??

    Many thanks !

    Hello Vicagacel,

    Can you please provide a link to your website in order to let me check it? You can use some link shortener if you don’t want to leave the link to your site in this topic.

    Kind Regards, Roman.

    Thread Starter vicagacel

    (@vicagacel)

    Hello Roman,

    Thank you for your help ! ??
    Link to the website: [ deleted and moved to the link field ]

    Best regards,

    Vic

    • This reply was modified 4 years, 10 months ago by Jan Dembowski.
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @vicagacel Do not use short links on these forums. That is expanded when found and I have expanded yours into the link field above.

    This has been abused in the past and that is why it is not permitted. The link field at the top cannot be seen by search engines. A user needs to be logged into the forums to even see that link.

    Hello Vicagacel,

    I can see your link, thank you. Didn’t even know that link shorteners are forbidden here, by the way. They seem pretty innocent to me.

    You can try to add this CSS code in Customize → Additional CSS section:

    .header-image.parallax {
        background-position: center !important;
        background-attachment: scroll !important;
    }

    Kind Regards, Roman.

    Thread Starter vicagacel

    (@vicagacel)

    Hello Roman et thank you ! This CSS fix the problem ! ??
    Best regards,
    Vic

    You are welcome Vic! ??

    Please feel free to ask any other questions that you might have in future.

    Kind Regards, Roman.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to delete the style tag in Header-image ?’ is closed to new replies.