Best Premium and Free WordPress Themes › Forums › Online Shop › opacity / transparancy › Reply To: opacity / transparancy
April 4, 2018 at 12:06 pm
#27961
juh
Participant
Perfect! it works !
And now with RGBA I can play with the opacity 🙂
#primary, .secondary-sidebar {
background: rgba(255, 255, 255, 0.8);
padding: 10px;
}
Thanks a lot !