Hi,
I discovered, that my portfolio pages ignore my custom CSS, which are, however, correctly displayed at normal pages.
Example:
Normal page - shows the headline h5 correctly with the stripes:
http://tinyurl.com/85bb6s5
Code with Firebug at this page:
http://i42.tinypic.com/23mndyo.jpg
Portfolio shows these custom h5 headlines without the stripes:
http://tinyurl.com/7rmljes
Code with Firebug at this page:
http://i43.tinypic.com/2e3zm1i.jpg
It's the same CSS for the h5, and Firebug shows in both cases the preview of the stripes-file, so its path is alright.
If you click left or right of the headline text with second mouse-button and in the context menu choose then (don't know the right English term for it) to show the background image, then you see indeed the little stripes GIF in your browser alone.
But at the page itself it is not visible. I have no idea, why ...
I had added to custom.css:
h5 {
background: url("../images/shared/stripes.gif") repeat-x scroll center 18px transparent !important;
color: #777777;
font-size: 12px !important;
font-weight: normal !important;
letter-spacing: 2px !important;
margin-bottom: 12px;
margin-top: 10px;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.h5background {
background-color: #FFFFFF;
color: #777777;
font-size: 12px !important;
font-weight: normal !important;
letter-spacing: 2px !important;
padding: 0 10px;
text-align: center;
text-transform: uppercase;
}
And the HTML at the page is this
<h5><span class="h5background">Another h5 test-headline on portfolio page</span></h5>
It's only a phenomenon at portfolio pages.
What can I do?
Thanks.














