kwcreative Posted July 1 Posted July 1 (edited) Hi all, I'm currently trying to add a secondary logo to my mobile navigation (which I also have showing on desktop too). I've almost found a solution, and I've added my logo to the pop out navigation, however as I've coded it into the 'background' the opacity of the logo is dimmed (the logo is actually white/cream). Is there a way to increase the opacity of this element? Site is: https://casalandscapes.com.au/ PW: kwcreative If anyone can help that would be greatly appreciated! Thank you 🙂 Edited July 1 by kwcreative
Solution Beyondspace Posted July 1 Solution Posted July 1 4 hours ago, kwcreative said: Hi all, I'm currently trying to add a secondary logo to my mobile navigation (which I also have showing on desktop too). I've almost found a solution, and I've added my logo to the pop out navigation, however as I've coded it into the 'background' the opacity of the logo is dimmed (the logo is actually white/cream). Is there a way to increase the opacity of this element? Site is: https://casalandscapes.com.au/ PW: kwcreative If anyone can help that would be greatly appreciated! Thank you 🙂 You image currently is under another element with opacity: 80% so it can not show correctly color Replace it with the following code to implement your image intensively .header-menu:after { content: ''; display: block; width: 150px; height: 150px; position: absolute; bottom: 5vh; right: 3vw; background-image: url(https://static1.squarespace.com/static/6655cbb78416cb5d4adc0613/t/66824bb5b3a76d62dd2c27b1/1719815101590/Casa+Landscapes+-+rotating+logo.gifyour-url-here); background-size: cover; background-position: center center; background-repeat: no-repeat; } My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
kwcreative Posted July 15 Author Posted July 15 Hi @Beyondspace - that worked perfectly! Thank you so much!! 🙏🏽🙏🏽
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment