John Posted March 23, 2017 Report Posted March 23, 2017 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.
Michael Posted March 23, 2017 Report Posted March 23, 2017 Have you edited the colours on the client side themes under Look and feel?
John Posted March 23, 2017 Author Report Posted March 23, 2017 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; }
Paul Posted March 23, 2017 Report Posted March 23, 2017 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. Michael 1
Blesta Addons Posted March 24, 2017 Report Posted March 24, 2017 my toolbox plugin is here for that case John 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now