Jump to content

Theme cannot set all colors


John

Recommended Posts

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

Link to comment
Share on other sites

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;
}

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...