STYLING

We will use this page “/style” to custom code style for common website elements such as for Header, Footer, etc. Ensure to make this page non-searchable by clicking on Page Settings> Toggle off under “Enable Page”.

/*
<style>
.header-nav-item--active a {
  color: #990000 !important;
  background-image: none !important;
}
[class^="sqsrte-text-color--"] {
 text-decoration: none!important;
 color:  !important;
}
body:not(.header--menu-open) .header-nav-item--active>a {
  background-image: none !important;
  color: yellow !important;
}
</style>
*/