annahahn1993 Posted April 12, 2020 Posted April 12, 2020 Site URL: https://plane-tunny-45nr.squarespace.com/ How do I set the opacity of the search block to be fully opaque? The following code works perfectly: .search-input {background-color: #50bdb8!important;} when I do this code nothing happens .search-input {background-color: #50bdb8!important;Opacity:1!important;} What am I doing wrong?
tuanphan Posted April 12, 2020 Posted April 12, 2020 Use rgba color .search-input { background: rgba(80, 189, 184,0.5) !important; } 0.5 is opacity 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.