ul#optionsDropdown-list.optionsDropdown-list {
background: #ffffff; url(https://storage.ning.com/topology/rest/1.0/file/get/8547444463?profile=original)!important;
background-position: center;
background-repeat:repeat!important;
width:250px!important;
height:auto!important;
border:3px ridge#000000;
-moz-border-radius: 40px;
border-radius: 20px;
box-shadow: 0 0 30px #ffffff!important;
}
Replies
You have css missing
You need to add what you are targeting so in this case it would be
.profileCoverArea-actions #optionsDropdown-list {
I made copy and paste in my site I forgot the most important thing thanks brother,
add immediately thank you very much
ul#optionsDropdown-list.optionsDropdown-list {
I used this John
By doing that it will effect every options drop down list on your site. You don't need to add both the id and the class, just one of either the id or the class ( by the way an id begins with this # and a class begins with a dot . )
also try it on your site it gives the usual effect, I tried it now, let me know plz
you're right we put both possibilities, when the NC read at least now they know thank you very much for the advice
div.site-header.container {
box-shadow: 0px 0px 4px 4px #ffffff !important;
}
div.site-body.container {
box-shadow: 0px 0px 4px 4px #ffffff !important;
}