Customization script: Change colour

Want to change the buttons and colours of your page?

Updated over a week ago

1. Use the script below:

Search for: #0A5AD2

Replace with: #YOURHEXCODE (find hex codes at https://htmlcolorcodes.com/ )

2. When the script is updated with your hex code, go to Advanced > Customization Scripts > Copy-paste the full script in the CSS field > Save

3. Send us a Chat message that we have to approve your script.
​


a.btn-color1, button.btn-color1, a.btn-color1:hover, a.btn-color1:active, a.btn-color1:focus {
background: #0A5AD2;
border: 1px solid;
border-color: #0A5AD2;
color: transparant;
}
a.btn-color1:hover, button.btn-color1:hover, a.btn-color1:focus, button.btn-color1:focus, a.btn-color1:active, button.btn-color1:active {
background: #0A5AD2;
border: 1px solid;
border-color: #0A5AD2;
color: transparant;
}
.btn {
color: #0A5AD2
}
div.panel-footer {
display: none;
}
.host-badge {
background-color: #0A5AD2!important;
}
form .submit {
background: blue!important;
}
.dropdown > .dropdown-menu > li:nth-child(3) {
content:'test';
}
.nav-tabs>li a{
border-radius: 4px 4px 0 0;
border: 1px solid;
border-color: #0A5AD2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
font-weight: bold;
border: 2px solid;
border-color: #0A5AD2;
border-bottom-color: transparent;
}
.nav-tabs li a {
color: #0A5AD2;
}
Did this answer your question?