Page tree

Skip to end of metadata
Go to start of metadata

If necessary, you can change the styles and colors of all elements of the site, including the main page.

To do this, go to the Settings section of the administrative panel and select the HTML document templates item.

Template example


/ * header background color * /
header.navbar {
    background-color: # 2d78d5;
}


/ * footer background color * /
footer .subfooter {
    background-color: # 2d78d5;
}

/ * changes the color of links in the header * /
.navbar-inverse .navbar-nav {
    color: #FFFFFF! important;
}

.navbar-inverse a: hover {
   color: #FFFFFF! important;
    text-decoration: underline;
}

.navbar-inverse a: focus {
   color: #FFFFFF! important;
   text-decoration: underline;
}

/ * buy button * /
.btn-warning {
    background: green! important;
}

  • No labels