golovemd Posted September 17, 2020 Share Posted September 17, 2020 Can I change the background to a color or image so its not just blank? There is a lot of dead space in the site and it looks a bit basic Link to comment
tuanphan Posted September 19, 2020 Share Posted September 19, 2020 Can you share link to page where you has the problem? We can check easier. 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!) Link to comment
golovemd Posted September 20, 2020 Author Share Posted September 20, 2020 I am still waiting on my domain connection to complete and then the link will work. I actually went a different direction and used drop shadows on the images, but am still having some issues there. The drop shadows don't work on all images. For instance, the thumbnails on the portfolio page does not, nor do any images that have animation enabled. I added it via CSS code, and it applies to all images, minus the issues I just mentioned, so my logo on the top also has a drop shadow which I do not want. I forgot they provide a link to the site that always works, so here it is: https://manatee-herring-rxnl.squarespace.com Link to comment
tuanphan Posted September 24, 2020 Share Posted September 24, 2020 On 9/20/2020 at 7:17 PM, golovemd said: I am still waiting on my domain connection to complete and then the link will work. I actually went a different direction and used drop shadows on the images, but am still having some issues there. The drop shadows don't work on all images. For instance, the thumbnails on the portfolio page does not, nor do any images that have animation enabled. I added it via CSS code, and it applies to all images, minus the issues I just mentioned, so my logo on the top also has a drop shadow which I do not want. I forgot they provide a link to the site that always works, so here it is: https://manatee-herring-rxnl.squarespace.com To remove logo shadow, add to Home > Design > Custom CSS .header-title-logo img { box-shadow: unset; } 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!) Link to comment
golovemd Posted September 30, 2020 Author Share Posted September 30, 2020 On 9/24/2020 at 7:08 PM, tuanphan said: To remove logo shadow, add to Home > Design > Custom CSS .header-title-logo img { box-shadow: unset; } Awesome. Thank you so much Link to comment
golovemd Posted September 30, 2020 Author Share Posted September 30, 2020 For some reason, the drop shadow is still on the logo when viewing from my phone. I don't believe there is a way to enter code specific for mobile, is there? Link to comment
tuanphan Posted October 2, 2020 Share Posted October 2, 2020 On 10/1/2020 at 5:08 AM, golovemd said: For some reason, the drop shadow is still on the logo when viewing from my phone. I don't believe there is a way to enter code specific for mobile, is there? Add to Home > Design > custom CSS .header-mobile-logo img { box-shadow: none; } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.