• Resolved SkyNetworks

    (@skynetworks)


    Guys,

    This is very basic I know, but does anyone know how I can change the background of the screen from white to another colour please? Been right through the style.css file but nothing seems to work.

    Cheers,
    Lance.

    https://www.retelevise.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • designbyjesseR

    (@designbyjesser)

    add this rule declaration to your child theme:

    body.custom-background {
    background-color: #EEEEEE;
    }

    adjust that value to your liking.

    WPyogi

    (@wpyogi)

    add this rule declaration to your child theme:

    What child theme? There is no child theme on that site. If you are going to help people, please explain how to make a child theme or use Custom CSS.

    Thread Starter SkyNetworks

    (@skynetworks)

    It is true, I’m not using a child theme, but I managed to make the change in the end by making a slight amendment to the existing style sheet. I know I should have created a child theme instead, rather than tweaking the original files.

    Thanks both of you – really appreciate your input.

    WPyogi

    (@wpyogi)

    Are you aware that your changes will be lost when the theme is updated? At the very least you could use a custom CSS plugin to add changes there.

    Thread Starter SkyNetworks

    (@skynetworks)

    Oh, don’t say that. I’ve spent ages tweaking various files (even though I know it isn’t really good practice).

    Could I get away with just not installing any future updates to the theme?

    WPyogi

    (@wpyogi)

    Could I get away with just not installing any future updates to the theme?

    Eventually your theme may have compatibility issues if you don’t keep it updated.

    Thread Starter SkyNetworks

    (@skynetworks)

    Oh crumbs!

    Thanks for the heads up though …

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: zeeFocus] Background Colour’ is closed to new replies.