Change the background color of the field "Download file"?

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

giova_kde
Member

How can I change the background color of the field “Download file”? Theme background color is #600900.

#8509

giova_kde
Member

I solved it by entering the following code:

.btn_outer {
background:-webkit-gradient(linear,0% 40%,0% 70%,from(#600900),to(#600900));
}

Thanks

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

The topic ‘Change the background color of the field "Download file"?’ is closed to new replies.