HTML Color Branding

Started by RichM, October 04, 2024, 19:32:02 PM

Previous topic - Next topic

RichM

Hi.  Looking to see if anyone knows where in the HTML Template things like color is defined.  To adjust the top Navbar background from Blue to a custom color we use for our company.

I searched the CSS and .stg files and don't seem to be able to locate it.

Jean-Baptiste Sarrodie

Hi,

You have to edit the model.css file that you can find under plugins/com.archimatetool.reports_a.b.c.d/templates/html/css/model.css

Lines 94-107 even contain the commented code to do that.

Regards,

JB
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

RichM

Thank you!  I found it.

Changed the section

.navbar {
   height: 100%;
        background-color: #006D5B;
        }