How to update font color for Template theme in Developer Portal.

We are using Template theme in our Developer Portal. The default preset color is #888888. I am trying to update it to black for better readability . The changes do not reflect in the dev portal. Could someone let me know if am doing it right or suggest any other ways to update the default font color.Are there ways of updating the font color or should I modify the theme to create a new one.?Thanks in advance.

Vijay.

0 2 259
2 REPLIES 2

Hey, @Vijay Anand best way to perform any theme level changes is by creating a sub-theme from base theme. and DO whatever changes you want to promote.

Configuration level setting can be picked up from

http://hostname.com/admin/appearance/settings/
Bootstrap Settings(left sidebar) - DevConnect Settings -> Site Branding


check whether the font is for "admin" view or for "End users".
you must check for style.css in your enabled theme and add your custom CSS.
[in case, if style.css is not available then add the same in your theme info file and call to your custom style].

Not applicable

I have one question too. What do you think about using the Color Picker to generate hex code in CSS? For example, I use now this plugin https://chrome.google.com/webstore/detail/rainbow-color-picker/mlcjgkkpemdfclhfehjpgaaagkfpnnki Will this method be the best?