Changing wpfc-rb-loading background Color
-
when i try to reload or visit my website.Script is:
<div id="wpfc-rb-loading" style="background-color: rgb(254, 254, 254); bottom: 0px; height: 100%; left: 0px; position: fixed; right: 0px; top: 0px; width: 100%; z-index: 99999; overflow: hidden !important; visibility: hidden;"><style type="text/css">#wpfc-rb-spinner-6{margin:0 auto;top:50%;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2.0s infinite linear;animation:sk-rotate 2.0s infinite linear;}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#f49b1e;border-radius:100%;-webkit-animation:sk-bounce 2.0s infinite ease-in-out;animation:sk-bounce 2.0s infinite ease-in-out;}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}@-webkit-keyframes sk-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0.0)}50%{-webkit-transform:scale(1.0)}}@keyframes sk-bounce{0%,100%{transform:scale(0.0);-webkit-transform:scale(0.0);}50%{transform:scale(1.0);-webkit-transform:scale(1.0);}}</style>And image : https://s15.postimg.org/9oyufoce3/wpfc.jpg so i want to change the background color from #fefefe to #000000,i try this code by custom css from theme option and also by simple custom css plugin,but its wont help me..i try by this css:
#wpfc-rb-loading { background-color: #000000; bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; top: 0; width: 100%; z-index: 99999; }but its not take any action also,please tell me how can i change the background color..
website url is: http://customglowsticks.com/
The topic ‘Changing wpfc-rb-loading background Color’ is closed to new replies.