Hi C4C gurus,
Most of time the only way to change look and feel of Cloud Solution is to change the skin or themes. In my case, I would like to create my own .CSS and code directly my own javascript in order to have specific shape, font, color exactly where I want :
.fontXXX {
width: 250px;
height: 37px;
font-family: Gilroy;
font-size: 40px;
font-weight: 200;
font-style: normal;
font-stretch: normal;
line-height: 0.96;
letter-spacing: normal;
text-align: left;
color: #001f42;
}