• Resolved bry1000

    (@bry1000)


    Hi everyone, i am posting this thread as i wasn’t able to find an answer in the previous ones.

    I am experiencing a problem while browsing my website from a pc, this doesn’t seem to happen from apple devices such as iphone and ipad.

    In the upper part of the website, in what should be the “background” there is not a flat black colour. It starts from the top of the page with a dark grey and goes all up to full black while going downwards on the page.

    It looks like it’s pixels, but i don’t understand what’s wrong as in settinga i have not put any image as background and only chose the “black” as official colour.

    Here’s the link to the website:

    https://festivalculturapsicologica.com/

    Thank you so much for your support

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

    The background is being set by the “light.css” file.

    Specifically, in this section:

    body {
    	background: url(images/lightback.jpg) repeat;
    }

    The best option is to create a “child theme” and then within your “child theme”, override the CSS style above using your own settings.

    The simplest method though is to edit “light.css” and remove the

    body {
    	background: url(images/lightback.jpg) repeat;
    }

    Using a child theme is not as scary as you might think and it means any changes you make would not be lost when you upgrade the theme.
    If you do upgrade your theme without using a child theme, you will have to add back in any changes you make.

    Hope that helps

    Regards

    Chris

    Theme Author wayneconnor

    (@wayneconnor)

    Good answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background problem’ is closed to new replies.