border color

Posted in: Newspaper
Post count: 39

hello how to change the border color of input boxes, text areas, etc… it’s almost invisible

thanks

Post count: 39

anyone?

Post count: 854

hi,
try to use css :

textarea, input{
   border: 1px solid #000000 !important;
}

http://screencast.com/t/eY3vluX1Jb

Thanks for you message.
Radu A.

Post count: 39

that worked thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.