ediblewalls Posted August 2, 2019 Posted August 2, 2019 I am trying to replace the page title of just one page with an image. The site is using the Harris template. Any advice would be greatly appreciated!
tuanphan Posted August 2, 2019 Posted August 2, 2019 @ediblewalls can you share site url? If your site is private/trial, setup password & share url. See how to: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 wcctxlaw.com page in question is wcctxlaw.com/proud
tuanphan Posted August 2, 2019 Posted August 2, 2019 @ediblewalls Add to Home > Design > Custom CSS /* Hide Page Title */ body#collection-5d446c9ae6e9770001f3aaf8 h1.page-title span { visibility: hidden; } /* Insert New Image */ body#collection-5d446c9ae6e9770001f3aaf8 h1.page-title { background-image: url(https://images.squarespace-cdn.com/content/v1/5d26197…/1564…q3JJthZTcucY-Z3n09bwP_S9f_xILyS3loG5KTnpdHvwWR-dhpQ/Parker.jpg?format=300w); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 100px; width: 100px; } body#....f8 is Page ID. Each page has different ID. See how to find Page ID. https://beaverhero.com/squarespace-how-to/#HowtoFindPageID Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 Hmm...that code just shows up on the top of the page. Am I missing something?
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 Also, the image I am trying to replace the title with is the attached image, not the image called Parker
tuanphan Posted August 2, 2019 Posted August 2, 2019 Home > Design > Custom CSS Maybe you inserted in Header in Advanced. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 Where should it go if not there? Thanks for all of your help, btw
tuanphan Posted August 2, 2019 Posted August 2, 2019 @ediblewalls Replace https://images.squarespace-cdn.com/content/v1/5d26197…/1564…q3JJthZTcucY-Z3n09bwPS9fxILyS3loG5KTnpdHvwWR-dhpQ/Parker.jpg?format=300w with your image url :P See how to insert CSS: https://beaverhero.com/squarespace-how-to/#HowtoInsertCustomCSS Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 Wont that change every page? I'm trying to just change that one page.
ediblewalls Posted August 2, 2019 Author Posted August 2, 2019 Tried it and it worked! Well, it removed the page title. Now I need to remove all that blank space so that I can put an image block there. Thanks so much!
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls How do you want the image? Small like that or bigger or full width? And which spaces do you want to remove? Can you take a screenshot, or draw on the screenshot I send? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 3, 2019 Author Posted August 3, 2019 Sorry for the delay. Please see the attached image Thanks!!
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Try this body#collection-5d446c9ae6e9770001f3aaf8 .page-text-wrapper.clearfix { background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; max-width: 100vw !important; height: 30vw; } Try it first. If you feel okay, we'll fix the mobile / tablet later Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 3, 2019 Author Posted August 3, 2019 Wow! You are a genius!! I can't thank you enough!!
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls On Mobile and Tablet there is a very wide space above and below. Use the following code to remove them. /* Remove top bottom space */ body#collection-5d446c9ae6e9770001f3aaf8 .page-text-wrapper.clearfix { margin-top: 0; margin-bottom: 0; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Do you have other issues to help? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 3, 2019 Author Posted August 3, 2019 That's all for now. I really appreciate all your help!
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Okay. Have you a great weekend. Accept Answer if it worked. Thanks. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 3, 2019 Author Posted August 3, 2019 If you aren't sick of me yet, I have something else I need help with: The image is the correct size on desktop view but not on mobile view. I was just wondering if there would be any way to make the mobile view of the image bigger without cropping out some of the words? Thanks again!
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Can you take screenshot? Looks good here Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ediblewalls Posted August 3, 2019 Author Posted August 3, 2019 We would like the rainbow image to be the same size in mobile view as the longhorn image on the homepage is in mobile view.
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Full width & higher? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted August 3, 2019 Posted August 3, 2019 @ediblewalls Full width & Higher? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.