Viewing 1 replies (of 1 total)
  • Hello trashpopterror,

    Theme have no option for set background image (don’t know about background image option in pro version of theme) but you can add background image by css. Follow below steps:

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Navigate Additional CSS and put below css into textarea then click on Save & Publish button.


    body {
    background:url("https://pageshot.net/images/5960b316-be20-4295-9562-94ed1f083658.png") no-repeat;
    background-size: 100% 100%;
    }

    If there is no Additional CSS into your current theme’s style.css file located at wp-content/themes/your_current_theme/ folder.

    Note : All Changes you done in any file of theme are gone when you update theme. So prefer Child Theme.

    Hope this will helps you.

Viewing 1 replies (of 1 total)

The topic ‘Background Image’ is closed to new replies.