Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

how to change lock system color and background [css]

$
0
0
add 

Code:
.hidden-content {
    padding: 10px;
    color: #use_your_own_colors;
    background: #use_your_own_colors;
    border-radius: 2px;
    border: 1px solid #use_your_own_colors;
}

replace use_your_own_colors with your own colors get that from https://www.w3schools.com/colors/colors_picker.asp

[Image: 6xqqegl.png]

Viewing all articles
Browse latest Browse all 690

Trending Articles