Jump to content

Recommended Posts

Posted

Specifically, we are concerned about the location in the image that I have attached below. The color that is hard-coded into the template clashes with our theme. We have modified the CSS manually for now, but it would be nice to have an option to set this color.

color-change.png

Posted
24 minutes ago, Licensecart said:

Have you edited the colours on the client side themes under Look and feel?

Yes. You can not set it from there. It is hard coded into CSS (/app/views/client/bootstrap/css/styles.css).

#my-info .panel-blesta > .panel-heading {
    background:#f1f1f1;
    color:#656565;
}

 

Posted

For everyone else who might stumble on this thread. We recommend creating an overrides css file, call it something like overrides.css and load it in /app/views/client/bootstrap/structure.pdt after all the other styles. Then, add the style you want to overwrite, like the one above, changing the colors or other attributes.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...