Jump to content

Secondary logo design in the mobile menu / need to increase opacity of image

Go to solution Solved by Beyondspace,

Recommended Posts

Posted (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 🙂

 

Screenshot 2024-07-01 at 11.59.15 AM.png

Edited by kwcreative
  • kwcreative changed the title to Secondary logo design in the mobile menu / need to increase opacity of image
  • Replies 2
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution
Posted
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 🙂

 

Screenshot 2024-07-01 at 11.59.15 AM.png

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

image.thumb.png.1116644cb15ea35b18c2ec2351f9024b.png

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

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.