Skip to main content
All CollectionsAssembla BasicsLearn More
Customize the Website with Branding Themes
Customize the Website with Branding Themes
Toshi Dávila avatar
Written by Toshi Dávila
Updated over 2 weeks ago

If you're a space owner, you can change the appearance of your space by going to Space Settings > Appearance. If you're a portfolio manager, you can also apply custom CSS to the entire portfolio by visiting the Portfolio Admin > Branding.

Configuring space appearance settings

You can use CSS tags to customize the look of your Space. You can also upload a banner image.

Configuring portfolio appearance settings

You can also use CSS tags to customize the look of your portfolio. Additionally, you can create a custom domain name, enter your company name, and upload an image of your company logo.

Finally, you can also create a home page description and custom footer using HTML for your Portfolio.

Using CSS tags

Use the following format to set a color for the header background:

.navigation,.portfolio-navigation {  background: #2E4B73;}


Use the following format to set a color for the brand header background:

#header.brand-header .header-custom-banner {  background: #455464;}


Use the following format to set a text color for brand name:

#header.brand-header .header-custom-banner a {  color: #DEDEDE;}


Use the following format to set the text color for navigation items:

.navigation .nav-item a,.navigation .nav-item .nav-text {  color: #CCCCCC;}

Have questions? Please contact us at support@assembla.com.

Did this answer your question?