Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
stevenkwok
tagDiv Member

hello, I’ve planned to use disqus. Do you mind sharing your site address with me, so I can have a see..

stevenkwok
tagDiv Member

Thanks for your tip @Andrei L.

I have found the main style codes in the style.css file and changed the relevant background styles like this:


.white-popup-block:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(255, 205, 0, 0.9);
background: -moz-linear-gradient(45deg, rgba(255, 205, 0, 0.8) 0%, rgba(255, 203, 127, 0.8) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 205, 0, 0.8)), color-stop(100%, rgba(255, 203, 127, 0.8)));
background: -webkit-linear-gradient(45deg, rgba(255, 205, 0, 0.8) 0%, rgba(255, 203, 127, 0.8) 100%);
background: -o-linear-gradient(45deg, rgba(255, 205, 0, 0.8) 0%, rgba(255, 203, 127, 0.8) 100%);
background: -ms-linear-gradient(45deg, rgba(255, 205, 0, 0.8) 0%, rgba(255, 203, 127, 0.8) 100%);
background: linear-gradient(45deg, rgba(255, 205, 0, 0.8) 0%, rgba(255, 203, 127, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd00', endColorstr='#ffe67f', GradientType=1);
z-index: -2;
}

Viewing 2 posts - 1 through 2 (of 2 total)