Keep in mind, X3 uses "responsive" CSS to add styles that apply differently on desktop vs mobile devices. If you overwrite these styles, you may loose device-screen-size related styles, which is not critical. You also need to use the
!important attribute to overwrite specific class styles. You can add custom styles in settings->custom->customCSS.
vboa68 wrote:1. same color of gallery --> black
.footer {
background: black !important;
}
vboa68 wrote:2. less high --> i need only to let visible my copyright.
.footer {
padding: 1em 0 1em;
}
* Try to adjust the values from 1em top/bottom padding.
Warning! Many users want to re-style and re-design their own X3. What some forget, is that native X3 styles are well planned in coordination with related items (texts inside, buttons etc), across multiple screen sizes. You may change something, and discover later that something related doesn't match because of the change ... Just a friendly warning!