Tagged: background image
- This topic has 14 replies, 3 voices, and was last updated 5 years, 6 months ago by
marmen.
-
AuthorPosts
-
March 21, 2016 at 11:28 pm #87908
Taylor
MemberI inserted a background image using the customize dashboard, but it’s not showing up. The content container is still fullwidth. do I need to change that setting somewhere in order to see the background image? My client really doesn’t want the white content to span the whole page and would rather see it in a container with a background image behind it. I assume this is possible since ‘background image’ is already part of the customize dashboard… what am I missing?
Thanks!
March 22, 2016 at 8:17 pm #87963Pratik
KeymasterHi @taylor,
Clean Journal is a full-width theme. Even though the it is possible to limit the width, there will be a need of checking the design on all devices for responsive site to work.
I need to check your site but it asks for password. Can you provide that?
Regards,
PratikMarch 22, 2016 at 8:33 pm #87966Taylor
MemberHi!
I’ve temporarily set up another administrator account for you to access the site. Is there a way to post privately so the info isn’t out there for the world to see?
March 22, 2016 at 8:50 pm #87975Pratik
KeymasterAlso please post in this support link: https://catchthemes.com/support-forum/topic/add-a-background-image/
March 23, 2016 at 11:17 am #88042Pratik
KeymasterHi Taylor,
I have emailed you regarding this post. Please check your spam folder if the email is not received.
Regards,
PratikMarch 24, 2016 at 9:33 am #88121Pratik
KeymasterHI @Taylor,
I checked your site. The background image is indeed working. But it is not visible due to white background. To see the background, you will need to make the elements transparent. To do so, add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:.site-content, #masthead { background-color: rgba(0, 0, 0, 0); }
This should work.
Regards,
PratikMarch 25, 2016 at 6:56 pm #88249Taylor
MemberThanks Pratik, that does make the white go away – but it’s not exactly what I’m looking for. We’d like the content to be in a white container with the colored background around the outside. Like this webpage http://corksandcanvasmn.com/.
Is that possible with this theme or will I have to switch to something else?
March 26, 2016 at 6:29 pm #88313Pratik
KeymasterHI @Taylor,
Similar effect is possible. Add following code with code above:
#content .wrapper { background: #ffffff; }
Let me know how it goes.
Regards,
PratikMarch 28, 2016 at 8:00 pm #88429Taylor
MemberThanks Pratik! I think that worked! Now I just have to see what my client thinks about it 😉
March 29, 2016 at 10:03 am #88466Pratik
KeymasterHi @Taylor,
Thank you for your appreciation. I am glad everything worked out, and hope your client likes it too.
If you liked our theme and support, please leave us a review at https://wordpress.org/support/view/theme-reviews/clean-journal
Regards,
PratikDecember 12, 2016 at 10:00 am #105190marmen
ParticipantI used the code you provided to remove the background color, exposing the background photo. However, on the home page it is blocked by the featured content background. Is there a css code to edit that in order to allow the featured content to still show, but to have the background photo behind it all instead of the color background?
December 12, 2016 at 10:01 am #105191December 12, 2016 at 10:17 am #105195marmen
ParticipantDecember 12, 2016 at 10:24 am #105196Pratik
KeymasterHi @marmen,
Try following code in Appearance=> Customize=> Additional CSS:
#featured-content { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
December 12, 2016 at 10:30 am #105198marmen
ParticipantThat works, thank you for your expertise!
-
AuthorPosts
- The topic ‘Add a background image’ is closed to new replies.