• hi at the moment the background is white

    I do understand how to code its just finding the right code

    so if I wanted to change to a different colour what code would I use

    and I wanted to add in a graphic as my background instead how would I do that

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    Please share your site url then we will help your much better.

    Regards

    Shahid

    Hi

    Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> General settings -> Custom CSS).

    For background image:-

    body { background: url('<strong>https://pixabay.com/get/eb36b50f2bf6073ed1534705fb0938c9bd22ffd41db817429cf5c279a2/desert-2340326_1920.jpg</strong>') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0); }

    For Background Color:-

    body { background: red; }

    For more help check the shot here: https://prnt.sc/fezwqo

    Do let me know if you need more help.

    Regards

    Shahid

    Hi

    Have you got your problem solved?

    Regards

    Shahid

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change background image or colour’ is closed to new replies.