Tagged: footer background
-
AuthorPosts
-
March 1, 2023 at 3:32 pm #1399684
Hey I want to have background image in footer only on home page and it should remain white background throughout the website.
March 2, 2023 at 6:41 am #1399750Hi sarthakchoudhary,
Please try to add this CSS code in Enfold > General Styling > Quick CSS: (just replace the url with the image you want to use)
.home #footer { background-image: url(https://website.com/themes/wp-content/uploads/2023/03/footer_bg.jpg); background-size: cover; }
Hope it helps.
Best regards,
NikkoMarch 2, 2023 at 6:25 pm #1399868What if I want to use image I have uploaded on my footer template as a background?
March 2, 2023 at 11:06 pm #1399907Hi sarthakchoudhary,
Are you referring to using a page as a footer? if yes, then you can easily do that via Color Section.
Best regards,
NikkoMarch 10, 2023 at 4:02 am #1400625Yes I’m using that itself.
But how can I have different background on my pages if I am using a common page as a footerMarch 10, 2023 at 9:32 pm #1400782Hi sarthakchoudhary,
Please go to Enfold > General Styling > Footer (tab) > Background Image set to Upload custom image then add the Custom Background Image
Hope it helps.Best regards,
NikkoMarch 13, 2023 at 6:02 pm #1401058But I want to use different background image for footer on different pages.
For eg : I want my home page footer to have a a background image but my contact us page to be without a footer background.March 14, 2023 at 4:28 pm #1401155Hi sarthakchoudhary,
I see, then I think you should only add it via CSS.
Just add this CSS code in Enfold > General Styling > Quick CSS:.page-id-1 #footer { background-image: url(https://website.com/themes/wp-content/uploads/2023/03/footer_bg.jpg); background-size: cover; }
Then just replace 1 in page-id-1 with the correct ID number.
Here’s how you can find the page id number: https://wpdatatables.com/how-to-find-page-id-in-wordpress/
If you need to apply it in multiple pages, just copy and paste the code and replace the ID.
Hope it helps.Best regards,
NikkoMarch 15, 2023 at 4:38 am #1401206Hey I tried doing this but the background is not visible. I am attaching my site credentials for you to look into the matter.
March 15, 2023 at 6:09 pm #1401285Hey any update? Please look into this issue fast !
March 17, 2023 at 4:37 am #1401479Hi sarthakchoudhary,
I apologize for the delayed response.
I checked the Quick CSS and also in THeme Customizer but I did not find the code I gave.
Can you put the page URL and the background image you want to put in its footer in the private content? then I’ll add the CSS code for you.Best regards,
NikkoMarch 17, 2023 at 10:11 am #1401505I tried but the code didn’t worked so I removed it. I have attached the details you asked below.
March 18, 2023 at 3:31 pm #1401602Hi sarthakchoudhary,
I have replaced the code with this one:
.home #footer-template { background-image: url(https://website.com/themes/wp-content/uploads/2023/03/footer_bg.jpg); background-size: cover; }
Please review your site.
Best regards,
NikkoMarch 19, 2023 at 6:01 am #1401658Thank you its working
March 19, 2023 at 1:46 pm #1401681Hi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Footer background’ is closed to new replies.