Sommerregen / grav-theme-machine

This theme is a Grav port of the Machine HTML Template (http://w3layouts.com/machine-industrial-category-flat-bootstrap-responsive-web-template/) developed by W3Layouts (http://w3layouts.com/).
Other
7 stars 3 forks source link

Links, background image, columns #6

Closed herrdeh closed 7 years ago

herrdeh commented 7 years ago

Sorry, more questions...

Cheers, Wolf

Sommerregen commented 7 years ago

Hi,

to set a background image, apply it to the body tag and overlay the image in the header section with a white background like

.header {
    background-color: white;
}

Instead of a partials/base.html.twig this theme extends from default.html.twig (see templates/blog.html.twig#L1). The contents in the default.html.twig can be shifted into a partials/base.html.twig template, but then all other "page" types have to be adjusted as well.

Links are not distinguishable because it is a setting in the bootstrap style. However you can add

a {
    color: #c8305f;
    text-decoration: underline;
}

to the CSS file to highlight them.