Hello again,
I decided to use the background pattern title and I'm trying to have a different pattern on each page so I tried to create various instances in style.css, eg:
/* Page Title - Background Pattern
-----------------------------------------------------------------*/
.page-title-pattern {
background-image: url('images/pattern.png');
background-repeat: repeat;
background-attachment: fixed;
}
page-title-pattern-discography {
background-image: url('images/pattern-discography.png');
background-repeat: repeat;
background-attachment: fixed;
}
etc.
Also modifying the given page:
<section id="page-title" class="page-title-pattern-dicography dark">
This doesn't work though, what am I missing?
Thanks,
Maciek
