saramayel Posted September 12, 2019 Posted September 12, 2019 Hello All! I'd like to keep the styling of my website consistent by having a banner image on my gallery page. Is there any custom css code to either remove the block on the gallery page or add the banner to it? Thank you for your help!
tuanphan Posted September 12, 2019 Posted September 12, 2019 @saramayel you can use custom css to remove block. You can also add image with custom css. but you should share url first 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!)
saramayel Posted September 12, 2019 Author Posted September 12, 2019 Would you know the custom css to remove it? Also here is the url: https://www.donatellefurniture.com/gallery-page There are currently 2 tabs, "Gallery" and "Gallery 2". I'd like to keep the formatting squarespace provides for the gallery page content ("Gallery") while having the banner displayed on "Gallery 2". Thanks!
tuanphan Posted September 12, 2019 Posted September 12, 2019 @saramayel Add to Home > Design > Custom CSS /* Insert Image */ body#collection-5d795777891cc1028fed5189 main#page:before { content: ""; background-image: url(https://beaverhero.com/wp-content/uploads/sites/4/2019/09/slidesp1.jpg); background-size: cover; height: 400px; display: block; margin-bottom: 40px; } /* Full width gallery page 2 */ body#collection-5d795777891cc1028fed5189 main#page { padding-top: 0; padding: 0; max-width: 100%; } /* Limit width gallery images */ body#collection-5d795777891cc1028fed5189 div#content { max-width: 1020px; } 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!)
thetet5chflux5 Posted September 13, 2019 Posted September 13, 2019 thanks saramayel for sharing [thetechflux][1] is all about technology and they are providing premium apks for free like [shadowfight mod apk][2] [1]: https://thetechflux.com/ [2]: https://thetechflux.com/shadow-fight-2-mod-apk-unlimited-money
saramayel Posted September 13, 2019 Author Posted September 13, 2019 Hi! Thanks for sharing. However I don't think the code worked for what I'm trying to accomplish. The image appeared under the nav bar as opposed to being the banner image:https://www.donatellefurniture.com/gallery-page
tuanphan Posted September 13, 2019 Posted September 13, 2019 @saramayel have you pasted all code I sent yet? (or just paste 9 first lines???) 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!)
saramayel Posted September 14, 2019 Author Posted September 14, 2019 Yes I pasted everything you sent me and that's what it ended up looking like.
tuanphan Posted September 14, 2019 Posted September 14, 2019 @saramayel 1. Code I sent, only for GALLERY PAGE 2 2. I checked your code, and I see you inserted 9 links, not all here code you inserted, ID in code is gallery page, not gallery page 2 body#collection-5d52b5ab5ea646000119693b main#page:before { content: ""; background-image: url(https://2019.themevi.com/spmot/wp-content/uploads/sites/4/2019/09/slidesp1.jpg); background-size: cover; height: 400px; display: block; margin-bottom: 40px } 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!)
saramayel Posted September 14, 2019 Author Posted September 14, 2019 I've inserted all of the code for gallery 2 and it isn't quite what I'm trying to accomplish... More than anything I'd like to add a banner image to Gallery Page. Gallery 2 was just an example of the banner I wanted for Gallery.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.