Home Forums Pro Themes WEN Associate Pro Background Image not displaying.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #63488
    Vijay Thomas
    Participant

    HI im using the wen associate pro theme. I first tried out the free WEN associate theme and had set a background image for the header. I then moved to the paid theme, and after theme installation, the background image seems to have disappeared. It is already set it in theme customization, but only the background color is being displayed. Is there any known issue or am i doing something wrong here?

    #63525
    wensolutions
    Keymaster

    Hello @tangentia,

    First of all thank you very much for using the pro version of the theme.

    Now to make the background image work use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    body #page {
        background-color: transparent;
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    #63591
    Vijay Thomas
    Participant

    Thankyou soo much..!! this worked. Also, kudos on a beautiful theme.

    Regards.

    #63659
    wensolutions
    Keymaster

    Hello @tangentia,

    Thank you very much for the appreciations 🙂 .

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/wen-associate/reviews/

    Best regards !!

    Have a great weekend 🙂 .

    #99772
    Sergio Tulio Rossi
    Participant

    Hi I added the CSS but still can’t see the background image(http://www.carismagroup.com/wpcg/wp-content/uploads/2019/06/DUBLIN_MOON_2.png). Could it be related to the size? 1400×550?
    It was working on the free WEN Associate template but it doesn’t work on the paid one.
    Please help

    #99773
    Sergio Tulio Rossi
    Participant

    If you right click at the top and select show background image… https://www.carismagroup.com/wpcg/ you will see the background image

    #99804
    wensolutions
    Keymaster

    Hello @sergiotuliorossi,

    It is because of the content section. However, you can display the image by making the content background color transparent.

    For this, go to Admin Panel > Appearance > Customize > Additional CSS and add below given CSS.

    body.custom-background #page, body #page {
        background-color: transparent;
    }

    Hope this helps.

    Thank you.

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