Can you please be more specific about each code?
For what is it and where I have to add it...

technova76

That 'shape' is set via css:

.error-code::after {
    background-image: url('../images/pattern/bg-title-lead.png');
}

The path of background image is: /templates/ja_donate/images/pattern/bg-title-lead.png

If you want to remove this, you can use this css:

.error-code::after {
    background-image: none !important;
}

All custom css should be added to the file: /templates/ja_donate (your default template)/css/custom.css (Create this file if it doesn't exist)

For other questions, as I mentioned in your other topic, pls separate it in different topics so if it will be easier to follow and helpful if others have the same question.

Good morning.
I have added the code for removing the pattern in error page, and change the homepage button, but it didn't worked.

    technova76

    There was wrong syntax in your custom code (missing some closing tag), I updated for you.

    Thank you.

    The dimension of the background image in the error page, is something standard?
    Does it have to do with the text?

    Because I see that it creates a scroll bar, while it could fit on the screen ...

      Good morning.
      I added it, but I don't see any change.
      What I should expect to see?

        technova76

        It turns out that the error page doesn't include 'custom.css' file, you need to put it directly into the file: /templates/ja_donate/css/error.css

        I updated for you.

        Thank you.
        But I still see the scroll. Is this code about the scroll or something else?

          technova76

          Try to clear your browser's cache as it looks fine at my end - no scroll bar appears now.

          I still see it, even if I cleaned it.

          What about the rest of my questions?

            technova76 I still see it, even if I cleaned it.

            Here is screenshot at my end, I tried with different browsers: https://prnt.sc/qhee0p and there is no scroll bar

            #107186 For other questions, as I mentioned in your other topic, pls separate it in different topics so if it will be easier to follow and helpful if others have the same question.

            Maybe because my display resolution is at 1280x800.
            It's ok.

            Write a Reply...
            You need to Login to view replies.