Background image not displaying

Home Forums WordPress Themes – Premium Flat Responsive Background image not displaying

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17153
    Deronda
    Participant

    I’ve added a background image, but it does not appear. I’d like for it to appear like in the demo. Was frustrated with the lack of options (more css customization I had to do) in Sleeky Pro. Hoping that’s not the case here.

    I’m using the child theme and have not added any additional coding to the CSS editor.
    FlatResponse1.jpg
    FlatResponse2.jpg
    FlatResponse3.jpg

    Attachments:
    You must be logged in to view attached files.
    #22613
    Deronda
    Participant

    Update. I see the image only if I change it to Tile. The image size is 1024×667. But the image displays below the footer. I’m moving on to another theme (Encase)…but disappointed in the options available for this.

    #17154
    Sushil Adhikari
    Moderator

    Hi Deronda,

    We are really sorry for the trouble, there content background may be dominanting your background image , so here is steps for that:

    If you want to provide transparent content background color then please add this css on child theme style.css file

    .fr-contents {
        background-color: rgba(220, 220, 220, 0.82);
    }

    Note: 1> you can change background color as per your requirement.
    2> It will be better if you place background option on tiled, because height of image may not be sufficient to cover whole page
    3> Please use child theme style.css file to add css, so your changes will not lost on theme update.

    We hope this clearify your doubt, if not then please let us know will be more than glad to assist you.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.